Shades of Lime Green #1FC02A
Tints of Lime Green #1FC02A
RGB
CMYK
RGB Variations
Color information
#1FC02A (or 0x1FC02A) is known color: Lime Green. HEX triplet: 1F, C0 and 2A. RGB value is (31,192,42). Sum of RGB (Red+Green+Blue) = 31+192+42=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC02A is #E03FD5. Grayscale: #7F7F7F. Windows color (decimal): -14696406 or 2801695. OLE color: 2801695.
HSL color Cylindrical-coordinate representation of color #1FC02A: hue angle of 124.1º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC02A is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 42 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.25 |
| HSL | 124.1º | 0.72% | 0.44% | - |
| HSV(B) | 124.1º | 0.84% | 0.75% | - |
| XYZ | 19.83 | 38.16 | 8.51 | - |
| YUV | 126.76 | 80.16 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 42 | 0.84 | 0 | 0.78 | 0.25 | 124.1 | 0.72 | 0.44 |
| Hex | 1F | C0 | 2A | 54 | 0 | 4E | 19 | 7C | 48 | 2C |
| Octal | 37 | 300 | 52 | 124 | 0 | 116 | 31 | 174 | 110 | 54 |
| Binary | 11111 | 11000000 | 101010 | 1010100 | 0 | 1001110 | 11001 | 1111100 | 1001000 | 101100 |
Color Harmonies of #1FC02A
Complementary color
Monochromatic Colors of #1FC02A
Black with #1FC02A
Text Example
Text Example
White with #1FC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC02A; }
p { color: rgb(31,192,42); }
H1.HeaderClassName
{
color: #1FC02A;
}
.AnyTagClassName
{
color: #1FC02A;
}
</style>
background-color css
<style>
a { background-color: #1FC02A; }
a { background-color: rgb(31,192,42); }
div.DivClassName
{
background-color: #1FC02A;
}
.BgClassName
{
background-color: #1FC02A;
}
</style>
border-color css
<style>
span { border-color: #1FC02A; }
span { border-color: rgb(31,192,42); }
td.TdClassName
{
border-color: #1FC02A;
}
.TagClassName
{
border-color: #1FC02A;
}
</style>