Shades of Lime Green #1FCF31
Tints of Lime Green #1FCF31
RGB
CMYK
RGB Variations
Color information
#1FCF31 (or 0x1FCF31) is known color: Lime Green. HEX triplet: 1F, CF and 31. RGB value is (31,207,49). Sum of RGB (Red+Green+Blue) = 31+207+49=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF31 is #E030CE. Grayscale: #888888. Windows color (decimal): -14692559 or 3264287. OLE color: 3264287.
HSL color Cylindrical-coordinate representation of color #1FCF31: hue angle of 126.14º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF31 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 49 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.19 |
| HSL | 126.14º | 0.74% | 0.47% | - |
| HSV(B) | 126.14º | 0.85% | 0.81% | - |
| XYZ | 23.43 | 45.14 | 10.38 | - |
| YUV | 136.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 49 | 0.85 | 0 | 0.76 | 0.19 | 126.14 | 0.74 | 0.47 |
| Hex | 1F | CF | 31 | 55 | 0 | 4C | 13 | 7E | 4A | 2F |
| Octal | 37 | 317 | 61 | 125 | 0 | 114 | 23 | 176 | 112 | 57 |
| Binary | 11111 | 11001111 | 110001 | 1010101 | 0 | 1001100 | 10011 | 1111110 | 1001010 | 101111 |
Color Harmonies of #1FCF31
Complementary color
Monochromatic Colors of #1FCF31
Black with #1FCF31
Text Example
Text Example
White with #1FCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF31; }
p { color: rgb(31,207,49); }
H1.HeaderClassName
{
color: #1FCF31;
}
.AnyTagClassName
{
color: #1FCF31;
}
</style>
background-color css
<style>
a { background-color: #1FCF31; }
a { background-color: rgb(31,207,49); }
div.DivClassName
{
background-color: #1FCF31;
}
.BgClassName
{
background-color: #1FCF31;
}
</style>
border-color css
<style>
span { border-color: #1FCF31; }
span { border-color: rgb(31,207,49); }
td.TdClassName
{
border-color: #1FCF31;
}
.TagClassName
{
border-color: #1FCF31;
}
</style>