Shades of Lime Green #2FBC24
Tints of Lime Green #2FBC24
RGB
CMYK
RGB Variations
Color information
#2FBC24 (or 0x2FBC24) is known color: Lime Green. HEX triplet: 2F, BC and 24. RGB value is (47,188,36). Sum of RGB (Red+Green+Blue) = 47+188+36=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC24 is #D043DB. Grayscale: #808080. Windows color (decimal): -13648860 or 2407471. OLE color: 2407471.
HSL color Cylindrical-coordinate representation of color #2FBC24: hue angle of 115.66º 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 #2FBC24 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 36 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.26 |
| HSL | 115.66º | 0.68% | 0.44% | - |
| HSV(B) | 115.66º | 0.81% | 0.74% | - |
| XYZ | 19.47 | 36.7 | 7.73 | - |
| YUV | 128.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 36 | 0.75 | 0 | 0.81 | 0.26 | 115.66 | 0.68 | 0.44 |
| Hex | 2F | BC | 24 | 4B | 0 | 51 | 1A | 74 | 44 | 2C |
| Octal | 57 | 274 | 44 | 113 | 0 | 121 | 32 | 164 | 104 | 54 |
| Binary | 101111 | 10111100 | 100100 | 1001011 | 0 | 1010001 | 11010 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2FBC24
Complementary color
Monochromatic Colors of #2FBC24
Black with #2FBC24
Text Example
Text Example
White with #2FBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC24; }
p { color: rgb(47,188,36); }
H1.HeaderClassName
{
color: #2FBC24;
}
.AnyTagClassName
{
color: #2FBC24;
}
</style>
background-color css
<style>
a { background-color: #2FBC24; }
a { background-color: rgb(47,188,36); }
div.DivClassName
{
background-color: #2FBC24;
}
.BgClassName
{
background-color: #2FBC24;
}
</style>
border-color css
<style>
span { border-color: #2FBC24; }
span { border-color: rgb(47,188,36); }
td.TdClassName
{
border-color: #2FBC24;
}
.TagClassName
{
border-color: #2FBC24;
}
</style>