Shades of Lime Green #2FBB24
Tints of Lime Green #2FBB24
RGB
CMYK
RGB Variations
Color information
#2FBB24 (or 0x2FBB24) is known color: Lime Green. HEX triplet: 2F, BB and 24. RGB value is (47,187,36). Sum of RGB (Red+Green+Blue) = 47+187+36=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB24 is #D044DB. Grayscale: #808080. Windows color (decimal): -13649116 or 2407215. OLE color: 2407215.
HSL color Cylindrical-coordinate representation of color #2FBB24: hue angle of 115.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBB24 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 36 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.27 |
| HSL | 115.63º | 0.68% | 0.44% | - |
| HSV(B) | 115.63º | 0.81% | 0.73% | - |
| XYZ | 19.26 | 36.27 | 7.66 | - |
| YUV | 127.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 36 | 0.75 | 0 | 0.81 | 0.27 | 115.63 | 0.68 | 0.44 |
| Hex | 2F | BB | 24 | 4B | 0 | 51 | 1B | 74 | 44 | 2C |
| Octal | 57 | 273 | 44 | 113 | 0 | 121 | 33 | 164 | 104 | 54 |
| Binary | 101111 | 10111011 | 100100 | 1001011 | 0 | 1010001 | 11011 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2FBB24
Complementary color
Monochromatic Colors of #2FBB24
Black with #2FBB24
Text Example
Text Example
White with #2FBB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB24; }
p { color: rgb(47,187,36); }
H1.HeaderClassName
{
color: #2FBB24;
}
.AnyTagClassName
{
color: #2FBB24;
}
</style>
background-color css
<style>
a { background-color: #2FBB24; }
a { background-color: rgb(47,187,36); }
div.DivClassName
{
background-color: #2FBB24;
}
.BgClassName
{
background-color: #2FBB24;
}
</style>
border-color css
<style>
span { border-color: #2FBB24; }
span { border-color: rgb(47,187,36); }
td.TdClassName
{
border-color: #2FBB24;
}
.TagClassName
{
border-color: #2FBB24;
}
</style>