Shades of Lime Green #24CA38
Tints of Lime Green #24CA38
RGB
CMYK
RGB Variations
Color information
#24CA38 (or 0x24CA38) is known color: Lime Green. HEX triplet: 24, CA and 38. RGB value is (36,202,56). Sum of RGB (Red+Green+Blue) = 36+202+56=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CA38 is #DB35C7. Grayscale: #888888. Windows color (decimal): -14366152 or 3721764. OLE color: 3721764.
HSL color Cylindrical-coordinate representation of color #24CA38: hue angle of 127.23º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CA38 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 56 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.21 |
| HSL | 127.23º | 0.7% | 0.47% | - |
| HSV(B) | 127.23º | 0.82% | 0.79% | - |
| XYZ | 22.56 | 42.9 | 10.83 | - |
| YUV | 135.72 | 83 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 56 | 0.82 | 0 | 0.72 | 0.21 | 127.23 | 0.7 | 0.47 |
| Hex | 24 | CA | 38 | 52 | 0 | 48 | 15 | 7F | 46 | 2F |
| Octal | 44 | 312 | 70 | 122 | 0 | 110 | 25 | 177 | 106 | 57 |
| Binary | 100100 | 11001010 | 111000 | 1010010 | 0 | 1001000 | 10101 | 1111111 | 1000110 | 101111 |
Color Harmonies of #24CA38
Complementary color
Monochromatic Colors of #24CA38
Black with #24CA38
Text Example
Text Example
White with #24CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CA38; }
p { color: rgb(36,202,56); }
H1.HeaderClassName
{
color: #24CA38;
}
.AnyTagClassName
{
color: #24CA38;
}
</style>
background-color css
<style>
a { background-color: #24CA38; }
a { background-color: rgb(36,202,56); }
div.DivClassName
{
background-color: #24CA38;
}
.BgClassName
{
background-color: #24CA38;
}
</style>
border-color css
<style>
span { border-color: #24CA38; }
span { border-color: rgb(36,202,56); }
td.TdClassName
{
border-color: #24CA38;
}
.TagClassName
{
border-color: #24CA38;
}
</style>