#1FCA10

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

Shades of Lime Green #1FCA10

Tints of Lime Green #1FCA10

Color information

#1FCA10 (or 0x1FCA10) is unknown color: approx Lime Green. HEX triplet: 1F, CA and 10. RGB value is (31,202,16). Sum of RGB (Red+Green+Blue) = 31+202+16=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCA10 is #E035EF. Grayscale: #828282. Windows color (decimal): -14693872 or 1100319. OLE color: 1100319.

HSL color Cylindrical-coordinate representation of color #1FCA10: hue angle of 115.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FCA10 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB3120216-
CMYK0.8500.920.21
HSL115.16º85.32%42.75%-
HSV(B)115.16º92.08%79.22%-
XYZ21.7842.577.56-
YUV129.6763.8557.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 202 (79.30% from 255) = 81.12%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=12.45%
G=81.12%
B=6.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31202160.8500.920.21115.1685.3242.75
Hex1FCA105505C1573552b
Octal373122012501342516312553
Binary1111111001010100001010101010111001010111100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,202,16); }

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

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

 a { background-color: rgb(31,202,16); }

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

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

 span { border-color: rgb(31,202,16); }

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