Shades of Lime Green #2FBA24
Tints of Lime Green #2FBA24
RGB
CMYK
RGB Variations
Color information
#2FBA24 (or 0x2FBA24) is known color: Lime Green. HEX triplet: 2F, BA and 24. RGB value is (47,186,36). Sum of RGB (Red+Green+Blue) = 47+186+36=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA24 is #D045DB. Grayscale: #7F7F7F. Windows color (decimal): -13649372 or 2406959. OLE color: 2406959.
HSL color Cylindrical-coordinate representation of color #2FBA24: hue angle of 115.6º 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 #2FBA24 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 36 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.27 |
| HSL | 115.6º | 0.68% | 0.44% | - |
| HSV(B) | 115.6º | 0.81% | 0.73% | - |
| XYZ | 19.05 | 35.85 | 7.58 | - |
| YUV | 127.34 | 76.45 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 36 | 0.75 | 0 | 0.81 | 0.27 | 115.6 | 0.68 | 0.44 |
| Hex | 2F | BA | 24 | 4B | 0 | 51 | 1B | 74 | 44 | 2C |
| Octal | 57 | 272 | 44 | 113 | 0 | 121 | 33 | 164 | 104 | 54 |
| Binary | 101111 | 10111010 | 100100 | 1001011 | 0 | 1010001 | 11011 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2FBA24
Complementary color
Monochromatic Colors of #2FBA24
Black with #2FBA24
Text Example
Text Example
White with #2FBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA24; }
p { color: rgb(47,186,36); }
H1.HeaderClassName
{
color: #2FBA24;
}
.AnyTagClassName
{
color: #2FBA24;
}
</style>
background-color css
<style>
a { background-color: #2FBA24; }
a { background-color: rgb(47,186,36); }
div.DivClassName
{
background-color: #2FBA24;
}
.BgClassName
{
background-color: #2FBA24;
}
</style>
border-color css
<style>
span { border-color: #2FBA24; }
span { border-color: rgb(47,186,36); }
td.TdClassName
{
border-color: #2FBA24;
}
.TagClassName
{
border-color: #2FBA24;
}
</style>