Shades of Lime Green #1FC030
Tints of Lime Green #1FC030
RGB
CMYK
RGB Variations
Color information
#1FC030 (or 0x1FC030) is known color: Lime Green. HEX triplet: 1F, C0 and 30. RGB value is (31,192,48). Sum of RGB (Red+Green+Blue) = 31+192+48=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC030 is #E03FCF. Grayscale: #7F7F7F. Windows color (decimal): -14696400 or 3194911. OLE color: 3194911.
HSL color Cylindrical-coordinate representation of color #1FC030: hue angle of 126.34º 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 #1FC030 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 48 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.25 |
| HSL | 126.34º | 0.72% | 0.44% | - |
| HSV(B) | 126.34º | 0.84% | 0.75% | - |
| XYZ | 19.95 | 38.2 | 9.12 | - |
| YUV | 127.45 | 83.16 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 48 | 0.84 | 0 | 0.75 | 0.25 | 126.34 | 0.72 | 0.44 |
| Hex | 1F | C0 | 30 | 54 | 0 | 4B | 19 | 7E | 48 | 2C |
| Octal | 37 | 300 | 60 | 124 | 0 | 113 | 31 | 176 | 110 | 54 |
| Binary | 11111 | 11000000 | 110000 | 1010100 | 0 | 1001011 | 11001 | 1111110 | 1001000 | 101100 |
Color Harmonies of #1FC030
Complementary color
Monochromatic Colors of #1FC030
Black with #1FC030
Text Example
Text Example
White with #1FC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC030; }
p { color: rgb(31,192,48); }
H1.HeaderClassName
{
color: #1FC030;
}
.AnyTagClassName
{
color: #1FC030;
}
</style>
background-color css
<style>
a { background-color: #1FC030; }
a { background-color: rgb(31,192,48); }
div.DivClassName
{
background-color: #1FC030;
}
.BgClassName
{
background-color: #1FC030;
}
</style>
border-color css
<style>
span { border-color: #1FC030; }
span { border-color: rgb(31,192,48); }
td.TdClassName
{
border-color: #1FC030;
}
.TagClassName
{
border-color: #1FC030;
}
</style>