Shades of Lime Green #1FCC04
Tints of Lime Green #1FCC04
RGB
CMYK
RGB Variations
Color information
#1FCC04 (or 0x1FCC04) is known color: Lime Green. HEX triplet: 1F, CC and 04. RGB value is (31,204,4). Sum of RGB (Red+Green+Blue) = 31+204+4=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 204 (80.08% from 255 or 85.36% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCC04 is #E033FB. Grayscale: #828282. Windows color (decimal): -14693372 or 314399. OLE color: 314399.
HSL color Cylindrical-coordinate representation of color #1FCC04: hue angle of 111.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FCC04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.2 |
| HSL | 111.9º | 0.96% | 0.41% | - |
| HSV(B) | 111.9º | 0.98% | 0.8% | - |
| XYZ | 22.18 | 43.49 | 7.34 | - |
| YUV | 129.47 | 57.19 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 4 | 0.85 | 0 | 0.98 | 0.2 | 111.9 | 0.96 | 0.41 |
| Hex | 1F | CC | 4 | 55 | 0 | 62 | 14 | 70 | 60 | 29 |
| Octal | 37 | 314 | 4 | 125 | 0 | 142 | 24 | 160 | 140 | 51 |
| Binary | 11111 | 11001100 | 100 | 1010101 | 0 | 1100010 | 10100 | 1110000 | 1100000 | 101001 |
Color Harmonies of #1FCC04
Complementary color
Monochromatic Colors of #1FCC04
Black with #1FCC04
Text Example
Text Example
White with #1FCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC04; }
p { color: rgb(31,204,4); }
H1.HeaderClassName
{
color: #1FCC04;
}
.AnyTagClassName
{
color: #1FCC04;
}
</style>
background-color css
<style>
a { background-color: #1FCC04; }
a { background-color: rgb(31,204,4); }
div.DivClassName
{
background-color: #1FCC04;
}
.BgClassName
{
background-color: #1FCC04;
}
</style>
border-color css
<style>
span { border-color: #1FCC04; }
span { border-color: rgb(31,204,4); }
td.TdClassName
{
border-color: #1FCC04;
}
.TagClassName
{
border-color: #1FCC04;
}
</style>