Shades of Lime Green #24BA2D
Tints of Lime Green #24BA2D
RGB
CMYK
RGB Variations
Color information
#24BA2D (or 0x24BA2D) is known color: Lime Green. HEX triplet: 24, BA and 2D. RGB value is (36,186,45). Sum of RGB (Red+Green+Blue) = 36+186+45=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BA2D is #DB45D2. Grayscale: #7D7D7D. Windows color (decimal): -14370259 or 2996772. OLE color: 2996772.
HSL color Cylindrical-coordinate representation of color #24BA2D: hue angle of 123.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 #24BA2D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 45 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.27 |
| HSL | 123.6º | 0.68% | 0.44% | - |
| HSV(B) | 123.6º | 0.81% | 0.73% | - |
| XYZ | 18.76 | 35.68 | 8.38 | - |
| YUV | 125.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 45 | 0.81 | 0 | 0.76 | 0.27 | 123.6 | 0.68 | 0.44 |
| Hex | 24 | BA | 2D | 51 | 0 | 4C | 1B | 7C | 44 | 2C |
| Octal | 44 | 272 | 55 | 121 | 0 | 114 | 33 | 174 | 104 | 54 |
| Binary | 100100 | 10111010 | 101101 | 1010001 | 0 | 1001100 | 11011 | 1111100 | 1000100 | 101100 |
Color Harmonies of #24BA2D
Complementary color
Monochromatic Colors of #24BA2D
Black with #24BA2D
Text Example
Text Example
White with #24BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA2D; }
p { color: rgb(36,186,45); }
H1.HeaderClassName
{
color: #24BA2D;
}
.AnyTagClassName
{
color: #24BA2D;
}
</style>
background-color css
<style>
a { background-color: #24BA2D; }
a { background-color: rgb(36,186,45); }
div.DivClassName
{
background-color: #24BA2D;
}
.BgClassName
{
background-color: #24BA2D;
}
</style>
border-color css
<style>
span { border-color: #24BA2D; }
span { border-color: rgb(36,186,45); }
td.TdClassName
{
border-color: #24BA2D;
}
.TagClassName
{
border-color: #24BA2D;
}
</style>