Shades of Lime Green #2FC024
Tints of Lime Green #2FC024
RGB
CMYK
RGB Variations
Color information
#2FC024 (or 0x2FC024) is known color: Lime Green. HEX triplet: 2F, C0 and 24. RGB value is (47,192,36). Sum of RGB (Red+Green+Blue) = 47+192+36=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC024 is #D03FDB. Grayscale: #838383. Windows color (decimal): -13647836 or 2408495. OLE color: 2408495.
HSL color Cylindrical-coordinate representation of color #2FC024: hue angle of 115.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FC024 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 36 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.25 |
| HSL | 115.77º | 0.68% | 0.45% | - |
| HSV(B) | 115.77º | 0.81% | 0.75% | - |
| XYZ | 20.34 | 38.43 | 8.01 | - |
| YUV | 130.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 36 | 0.76 | 0 | 0.81 | 0.25 | 115.77 | 0.68 | 0.45 |
| Hex | 2F | C0 | 24 | 4C | 0 | 51 | 19 | 74 | 44 | 2D |
| Octal | 57 | 300 | 44 | 114 | 0 | 121 | 31 | 164 | 104 | 55 |
| Binary | 101111 | 11000000 | 100100 | 1001100 | 0 | 1010001 | 11001 | 1110100 | 1000100 | 101101 |
Color Harmonies of #2FC024
Complementary color
Monochromatic Colors of #2FC024
Black with #2FC024
Text Example
Text Example
White with #2FC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC024; }
p { color: rgb(47,192,36); }
H1.HeaderClassName
{
color: #2FC024;
}
.AnyTagClassName
{
color: #2FC024;
}
</style>
background-color css
<style>
a { background-color: #2FC024; }
a { background-color: rgb(47,192,36); }
div.DivClassName
{
background-color: #2FC024;
}
.BgClassName
{
background-color: #2FC024;
}
</style>
border-color css
<style>
span { border-color: #2FC024; }
span { border-color: rgb(47,192,36); }
td.TdClassName
{
border-color: #2FC024;
}
.TagClassName
{
border-color: #2FC024;
}
</style>