Shades of Lime Green #24BD30
Tints of Lime Green #24BD30
RGB
CMYK
RGB Variations
Color information
#24BD30 (or 0x24BD30) is known color: Lime Green. HEX triplet: 24, BD and 30. RGB value is (36,189,48). Sum of RGB (Red+Green+Blue) = 36+189+48=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BD30 is #DB42CF. Grayscale: #7F7F7F. Windows color (decimal): -14369488 or 3194148. OLE color: 3194148.
HSL color Cylindrical-coordinate representation of color #24BD30: hue angle of 124.71º 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 #24BD30 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 48 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.26 |
| HSL | 124.71º | 0.68% | 0.44% | - |
| HSV(B) | 124.71º | 0.81% | 0.74% | - |
| XYZ | 19.46 | 36.98 | 8.91 | - |
| YUV | 127.18 | 83.31 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 48 | 0.81 | 0 | 0.75 | 0.26 | 124.71 | 0.68 | 0.44 |
| Hex | 24 | BD | 30 | 51 | 0 | 4B | 1A | 7D | 44 | 2C |
| Octal | 44 | 275 | 60 | 121 | 0 | 113 | 32 | 175 | 104 | 54 |
| Binary | 100100 | 10111101 | 110000 | 1010001 | 0 | 1001011 | 11010 | 1111101 | 1000100 | 101100 |
Color Harmonies of #24BD30
Complementary color
Monochromatic Colors of #24BD30
Black with #24BD30
Text Example
Text Example
White with #24BD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD30; }
p { color: rgb(36,189,48); }
H1.HeaderClassName
{
color: #24BD30;
}
.AnyTagClassName
{
color: #24BD30;
}
</style>
background-color css
<style>
a { background-color: #24BD30; }
a { background-color: rgb(36,189,48); }
div.DivClassName
{
background-color: #24BD30;
}
.BgClassName
{
background-color: #24BD30;
}
</style>
border-color css
<style>
span { border-color: #24BD30; }
span { border-color: rgb(36,189,48); }
td.TdClassName
{
border-color: #24BD30;
}
.TagClassName
{
border-color: #24BD30;
}
</style>