#1FCA12

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

Shades of Lime Green #1FCA12

Tints of Lime Green #1FCA12

Color information

#1FCA12 (or 0x1FCA12) is unknown color: approx Lime Green. HEX triplet: 1F, CA and 12. RGB value is (31,202,18). Sum of RGB (Red+Green+Blue) = 31+202+18=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCA12 is #E035ED. Grayscale: #828282. Windows color (decimal): -14693870 or 1231391. OLE color: 1231391.

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

Color convert

RGB3120218-
CMYK0.8500.910.21
HSL115.76º83.64%43.14%-
HSV(B)115.76º91.09%79.22%-
XYZ21.7942.587.64-
YUV129.964.8557.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 202 (79.30% from 255) = 80.48%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=12.35%
G=80.48%
B=7.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31202180.8500.910.21115.7683.6443.14
Hex1FCA125505B1574542b
Octal373122212501332516412453
Binary1111111001010100101010101010110111010111101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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