Shades of Lime Green #24BC38
Tints of Lime Green #24BC38
RGB
CMYK
RGB Variations
Color information
#24BC38 (or 0x24BC38) is known color: Lime Green. HEX triplet: 24, BC and 38. RGB value is (36,188,56). Sum of RGB (Red+Green+Blue) = 36+188+56=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #24BC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BC38 is #DB43C7. Grayscale: #7F7F7F. Windows color (decimal): -14369736 or 3718180. OLE color: 3718180.
HSL color Cylindrical-coordinate representation of color #24BC38: hue angle of 127.89º 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 #24BC38 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 188 | 56 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.26 |
| HSL | 127.89º | 0.68% | 0.44% | - |
| HSV(B) | 127.89º | 0.81% | 0.74% | - |
| XYZ | 19.42 | 36.63 | 9.79 | - |
| YUV | 127.5 | 87.64 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 56 | 0.81 | 0 | 0.70 | 0.26 | 127.89 | 0.68 | 0.44 |
| Hex | 24 | BC | 38 | 51 | 0 | 46 | 1A | 80 | 44 | 2C |
| Octal | 44 | 274 | 70 | 121 | 0 | 106 | 32 | 200 | 104 | 54 |
| Binary | 100100 | 10111100 | 111000 | 1010001 | 0 | 1000110 | 11010 | 10000000 | 1000100 | 101100 |
Color Harmonies of #24BC38
Complementary color
Monochromatic Colors of #24BC38
Black with #24BC38
Text Example
Text Example
White with #24BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BC38; }
p { color: rgb(36,188,56); }
H1.HeaderClassName
{
color: #24BC38;
}
.AnyTagClassName
{
color: #24BC38;
}
</style>
background-color css
<style>
a { background-color: #24BC38; }
a { background-color: rgb(36,188,56); }
div.DivClassName
{
background-color: #24BC38;
}
.BgClassName
{
background-color: #24BC38;
}
</style>
border-color css
<style>
span { border-color: #24BC38; }
span { border-color: rgb(36,188,56); }
td.TdClassName
{
border-color: #24BC38;
}
.TagClassName
{
border-color: #24BC38;
}
</style>