Shades of Lime Green #1FC039
Tints of Lime Green #1FC039
RGB
CMYK
RGB Variations
Color information
#1FC039 (or 0x1FC039) is known color: Lime Green. HEX triplet: 1F, C0 and 39. RGB value is (31,192,57). Sum of RGB (Red+Green+Blue) = 31+192+57=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC039 is #E03FC6. Grayscale: #808080. Windows color (decimal): -14696391 or 3784735. OLE color: 3784735.
HSL color Cylindrical-coordinate representation of color #1FC039: hue angle of 129.69º 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 #1FC039 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 57 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.25 |
| HSL | 129.69º | 0.72% | 0.44% | - |
| HSV(B) | 129.69º | 0.84% | 0.75% | - |
| XYZ | 20.15 | 38.29 | 10.2 | - |
| YUV | 128.47 | 87.66 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 57 | 0.84 | 0 | 0.70 | 0.25 | 129.69 | 0.72 | 0.44 |
| Hex | 1F | C0 | 39 | 54 | 0 | 46 | 19 | 82 | 48 | 2C |
| Octal | 37 | 300 | 71 | 124 | 0 | 106 | 31 | 202 | 110 | 54 |
| Binary | 11111 | 11000000 | 111001 | 1010100 | 0 | 1000110 | 11001 | 10000010 | 1001000 | 101100 |
Color Harmonies of #1FC039
Complementary color
Monochromatic Colors of #1FC039
Black with #1FC039
Text Example
Text Example
White with #1FC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC039; }
p { color: rgb(31,192,57); }
H1.HeaderClassName
{
color: #1FC039;
}
.AnyTagClassName
{
color: #1FC039;
}
</style>
background-color css
<style>
a { background-color: #1FC039; }
a { background-color: rgb(31,192,57); }
div.DivClassName
{
background-color: #1FC039;
}
.BgClassName
{
background-color: #1FC039;
}
</style>
border-color css
<style>
span { border-color: #1FC039; }
span { border-color: rgb(31,192,57); }
td.TdClassName
{
border-color: #1FC039;
}
.TagClassName
{
border-color: #1FC039;
}
</style>