#1fc614

Color #1FC614 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1FC614

Tints of Lime Green #1FC614

Color information

#1FC614 (or 0x1FC614) is unknown color: approx Lime Green. HEX triplet: 1F, C6 and 14. RGB value is (31,198,20). Sum of RGB (Red+Green+Blue) = 31+198+20=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC614 is #E039EB. Grayscale: #808080. Windows color (decimal): -14694892 or 1361439. OLE color: 1361439.

HSL color Cylindrical-coordinate representation of color #1FC614: hue angle of 116.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FC614 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB3119820-
CMYK0.8400.900.22
HSL116.29º81.65%42.75%-
HSV(B)116.29º89.9%77.65%-
XYZ20.8940.737.42-
YUV127.7867.1758.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 198 (77.73% from 255) = 79.52%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=12.45%
G=79.52%
B=8.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31198200.8400.900.22116.2981.6542.75
Hex1FC6145405A1674522b
Octal373062412401322616412253
Binary1111111000110101001010100010110101011011101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fc614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fc614; }

 p { color: rgb(31,198,20); }

 H1.HeaderClassName
 {
   color: #1fc614;
 }
 .AnyTagClassName
 {
   color: #1fc614;
 }
</style>
background-color css

<style>
 a { background-color: #1fc614; }

 a { background-color: rgb(31,198,20); }

 div.DivClassName
 {
   background-color: #1fc614;
 }
 .BgClassName
 {
   background-color: #1fc614;
 }
</style>
border-color css

<style>
 span { border-color: #1fc614; }

 span { border-color: rgb(31,198,20); }

 td.TdClassName
 {
   border-color: #1fc614;
 }
 .TagClassName
 {
   border-color: #1fc614;
 }
</style>