Shades of Lime Green #2FBD24
Tints of Lime Green #2FBD24
RGB
CMYK
RGB Variations
Color information
#2FBD24 (or 0x2FBD24) is known color: Lime Green. HEX triplet: 2F, BD and 24. RGB value is (47,189,36). Sum of RGB (Red+Green+Blue) = 47+189+36=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD24 is #D042DB. Grayscale: #818181. Windows color (decimal): -13648604 or 2407727. OLE color: 2407727.
HSL color Cylindrical-coordinate representation of color #2FBD24: hue angle of 115.69º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBD24 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 36 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.26 |
| HSL | 115.69º | 0.68% | 0.44% | - |
| HSV(B) | 115.69º | 0.81% | 0.74% | - |
| XYZ | 19.69 | 37.13 | 7.8 | - |
| YUV | 129.1 | 75.46 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 36 | 0.75 | 0 | 0.81 | 0.26 | 115.69 | 0.68 | 0.44 |
| Hex | 2F | BD | 24 | 4B | 0 | 51 | 1A | 74 | 44 | 2C |
| Octal | 57 | 275 | 44 | 113 | 0 | 121 | 32 | 164 | 104 | 54 |
| Binary | 101111 | 10111101 | 100100 | 1001011 | 0 | 1010001 | 11010 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2FBD24
Complementary color
Monochromatic Colors of #2FBD24
Black with #2FBD24
Text Example
Text Example
White with #2FBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBD24; }
p { color: rgb(47,189,36); }
H1.HeaderClassName
{
color: #2FBD24;
}
.AnyTagClassName
{
color: #2FBD24;
}
</style>
background-color css
<style>
a { background-color: #2FBD24; }
a { background-color: rgb(47,189,36); }
div.DivClassName
{
background-color: #2FBD24;
}
.BgClassName
{
background-color: #2FBD24;
}
</style>
border-color css
<style>
span { border-color: #2FBD24; }
span { border-color: rgb(47,189,36); }
td.TdClassName
{
border-color: #2FBD24;
}
.TagClassName
{
border-color: #2FBD24;
}
</style>