Shades of Lime Green #24BD35
Tints of Lime Green #24BD35
RGB
CMYK
RGB Variations
Color information
#24BD35 (or 0x24BD35) is known color: Lime Green. HEX triplet: 24, BD and 35. RGB value is (36,189,53). Sum of RGB (Red+Green+Blue) = 36+189+53=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BD35 is #DB42CA. Grayscale: #808080. Windows color (decimal): -14369483 or 3521828. OLE color: 3521828.
HSL color Cylindrical-coordinate representation of color #24BD35: hue angle of 126.67º 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 #24BD35 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 53 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.26 |
| HSL | 126.67º | 0.68% | 0.44% | - |
| HSV(B) | 126.67º | 0.81% | 0.74% | - |
| XYZ | 19.57 | 37.03 | 9.48 | - |
| YUV | 127.75 | 85.81 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 53 | 0.81 | 0 | 0.72 | 0.26 | 126.67 | 0.68 | 0.44 |
| Hex | 24 | BD | 35 | 51 | 0 | 48 | 1A | 7F | 44 | 2C |
| Octal | 44 | 275 | 65 | 121 | 0 | 110 | 32 | 177 | 104 | 54 |
| Binary | 100100 | 10111101 | 110101 | 1010001 | 0 | 1001000 | 11010 | 1111111 | 1000100 | 101100 |
Color Harmonies of #24BD35
Complementary color
Monochromatic Colors of #24BD35
Black with #24BD35
Text Example
Text Example
White with #24BD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD35; }
p { color: rgb(36,189,53); }
H1.HeaderClassName
{
color: #24BD35;
}
.AnyTagClassName
{
color: #24BD35;
}
</style>
background-color css
<style>
a { background-color: #24BD35; }
a { background-color: rgb(36,189,53); }
div.DivClassName
{
background-color: #24BD35;
}
.BgClassName
{
background-color: #24BD35;
}
</style>
border-color css
<style>
span { border-color: #24BD35; }
span { border-color: rgb(36,189,53); }
td.TdClassName
{
border-color: #24BD35;
}
.TagClassName
{
border-color: #24BD35;
}
</style>