Shades of Lime Green #1FC02C
Tints of Lime Green #1FC02C
RGB
CMYK
RGB Variations
Color information
#1FC02C (or 0x1FC02C) is known color: Lime Green. HEX triplet: 1F, C0 and 2C. RGB value is (31,192,44). Sum of RGB (Red+Green+Blue) = 31+192+44=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC02C is #E03FD3. Grayscale: #7F7F7F. Windows color (decimal): -14696404 or 2932767. OLE color: 2932767.
HSL color Cylindrical-coordinate representation of color #1FC02C: hue angle of 124.84º 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 #1FC02C is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 44 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.25 |
| HSL | 124.84º | 0.72% | 0.44% | - |
| HSV(B) | 124.84º | 0.84% | 0.75% | - |
| XYZ | 19.87 | 38.17 | 8.7 | - |
| YUV | 126.99 | 81.16 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 44 | 0.84 | 0 | 0.77 | 0.25 | 124.84 | 0.72 | 0.44 |
| Hex | 1F | C0 | 2C | 54 | 0 | 4D | 19 | 7D | 48 | 2C |
| Octal | 37 | 300 | 54 | 124 | 0 | 115 | 31 | 175 | 110 | 54 |
| Binary | 11111 | 11000000 | 101100 | 1010100 | 0 | 1001101 | 11001 | 1111101 | 1001000 | 101100 |
Color Harmonies of #1FC02C
Complementary color
Monochromatic Colors of #1FC02C
Black with #1FC02C
Text Example
Text Example
White with #1FC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC02C; }
p { color: rgb(31,192,44); }
H1.HeaderClassName
{
color: #1FC02C;
}
.AnyTagClassName
{
color: #1FC02C;
}
</style>
background-color css
<style>
a { background-color: #1FC02C; }
a { background-color: rgb(31,192,44); }
div.DivClassName
{
background-color: #1FC02C;
}
.BgClassName
{
background-color: #1FC02C;
}
</style>
border-color css
<style>
span { border-color: #1FC02C; }
span { border-color: rgb(31,192,44); }
td.TdClassName
{
border-color: #1FC02C;
}
.TagClassName
{
border-color: #1FC02C;
}
</style>