Shades of Lime Green #1FCF24
Tints of Lime Green #1FCF24
RGB
CMYK
RGB Variations
Color information
#1FCF24 (or 0x1FCF24) is known color: Lime Green. HEX triplet: 1F, CF and 24. RGB value is (31,207,36). Sum of RGB (Red+Green+Blue) = 31+207+36=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF24 is #E030DB. Grayscale: #878787. Windows color (decimal): -14692572 or 2412319. OLE color: 2412319.
HSL color Cylindrical-coordinate representation of color #1FCF24: hue angle of 121.7º 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 #1FCF24 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 36 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.19 |
| HSL | 121.7º | 0.74% | 0.47% | - |
| HSV(B) | 121.7º | 0.85% | 0.81% | - |
| XYZ | 23.2 | 45.04 | 9.14 | - |
| YUV | 134.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 36 | 0.85 | 0 | 0.83 | 0.19 | 121.7 | 0.74 | 0.47 |
| Hex | 1F | CF | 24 | 55 | 0 | 53 | 13 | 7A | 4A | 2F |
| Octal | 37 | 317 | 44 | 125 | 0 | 123 | 23 | 172 | 112 | 57 |
| Binary | 11111 | 11001111 | 100100 | 1010101 | 0 | 1010011 | 10011 | 1111010 | 1001010 | 101111 |
Color Harmonies of #1FCF24
Complementary color
Monochromatic Colors of #1FCF24
Black with #1FCF24
Text Example
Text Example
White with #1FCF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF24; }
p { color: rgb(31,207,36); }
H1.HeaderClassName
{
color: #1FCF24;
}
.AnyTagClassName
{
color: #1FCF24;
}
</style>
background-color css
<style>
a { background-color: #1FCF24; }
a { background-color: rgb(31,207,36); }
div.DivClassName
{
background-color: #1FCF24;
}
.BgClassName
{
background-color: #1FCF24;
}
</style>
border-color css
<style>
span { border-color: #1FCF24; }
span { border-color: rgb(31,207,36); }
td.TdClassName
{
border-color: #1FCF24;
}
.TagClassName
{
border-color: #1FCF24;
}
</style>