#1FC606

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

Shades of Lime Green #1FC606

Tints of Lime Green #1FC606

Color information

#1FC606 (or 0x1FC606) is unknown color: approx Lime Green. HEX triplet: 1F, C6 and 06. RGB value is (31,198,6). Sum of RGB (Red+Green+Blue) = 31+198+6=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC606 is #E039F9. Grayscale: #7E7E7E. Windows color (decimal): -14694906 or 443935. OLE color: 443935.

HSL color Cylindrical-coordinate representation of color #1FC606: hue angle of 112.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FC606 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB311986-
CMYK0.8400.970.22
HSL112.19º94.12%40%-
HSV(B)112.19º96.97%77.65%-
XYZ20.7940.696.93-
YUV126.1860.1760.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 198 (77.73% from 255) = 84.26%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=13.19%
G=84.26%
B=2.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3119860.8400.970.22112.1994.1240
Hex1FC665406116705e28
Octal37306612401412616013650
Binary11111110001101101010100011000011011011100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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