Shades of Lime Green #1FC930
Tints of Lime Green #1FC930
RGB
CMYK
RGB Variations
Color information
#1FC930 (or 0x1FC930) is known color: Lime Green. HEX triplet: 1F, C9 and 30. RGB value is (31,201,48). Sum of RGB (Red+Green+Blue) = 31+201+48=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC930 is #E036CF. Grayscale: #858585. Windows color (decimal): -14694096 or 3197215. OLE color: 3197215.
HSL color Cylindrical-coordinate representation of color #1FC930: hue angle of 126º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC930 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 48 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.21 |
| HSL | 126º | 0.73% | 0.45% | - |
| HSV(B) | 126º | 0.85% | 0.79% | - |
| XYZ | 21.99 | 42.28 | 9.8 | - |
| YUV | 132.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 48 | 0.85 | 0 | 0.76 | 0.21 | 126 | 0.73 | 0.45 |
| Hex | 1F | C9 | 30 | 55 | 0 | 4C | 15 | 7E | 49 | 2D |
| Octal | 37 | 311 | 60 | 125 | 0 | 114 | 25 | 176 | 111 | 55 |
| Binary | 11111 | 11001001 | 110000 | 1010101 | 0 | 1001100 | 10101 | 1111110 | 1001001 | 101101 |
Color Harmonies of #1FC930
Complementary color
Monochromatic Colors of #1FC930
Black with #1FC930
Text Example
Text Example
White with #1FC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC930; }
p { color: rgb(31,201,48); }
H1.HeaderClassName
{
color: #1FC930;
}
.AnyTagClassName
{
color: #1FC930;
}
</style>
background-color css
<style>
a { background-color: #1FC930; }
a { background-color: rgb(31,201,48); }
div.DivClassName
{
background-color: #1FC930;
}
.BgClassName
{
background-color: #1FC930;
}
</style>
border-color css
<style>
span { border-color: #1FC930; }
span { border-color: rgb(31,201,48); }
td.TdClassName
{
border-color: #1FC930;
}
.TagClassName
{
border-color: #1FC930;
}
</style>