Shades of Lime Green #24CA30
Tints of Lime Green #24CA30
RGB
CMYK
RGB Variations
Color information
#24CA30 (or 0x24CA30) is known color: Lime Green. HEX triplet: 24, CA and 30. RGB value is (36,202,48). Sum of RGB (Red+Green+Blue) = 36+202+48=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CA30 is #DB35CF. Grayscale: #878787. Windows color (decimal): -14366160 or 3197476. OLE color: 3197476.
HSL color Cylindrical-coordinate representation of color #24CA30: hue angle of 124.34º 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 #24CA30 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 48 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.21 |
| HSL | 124.34º | 0.7% | 0.47% | - |
| HSV(B) | 124.34º | 0.82% | 0.79% | - |
| XYZ | 22.38 | 42.83 | 9.88 | - |
| YUV | 134.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 48 | 0.82 | 0 | 0.76 | 0.21 | 124.34 | 0.7 | 0.47 |
| Hex | 24 | CA | 30 | 52 | 0 | 4C | 15 | 7C | 46 | 2F |
| Octal | 44 | 312 | 60 | 122 | 0 | 114 | 25 | 174 | 106 | 57 |
| Binary | 100100 | 11001010 | 110000 | 1010010 | 0 | 1001100 | 10101 | 1111100 | 1000110 | 101111 |
Color Harmonies of #24CA30
Complementary color
Monochromatic Colors of #24CA30
Black with #24CA30
Text Example
Text Example
White with #24CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CA30; }
p { color: rgb(36,202,48); }
H1.HeaderClassName
{
color: #24CA30;
}
.AnyTagClassName
{
color: #24CA30;
}
</style>
background-color css
<style>
a { background-color: #24CA30; }
a { background-color: rgb(36,202,48); }
div.DivClassName
{
background-color: #24CA30;
}
.BgClassName
{
background-color: #24CA30;
}
</style>
border-color css
<style>
span { border-color: #24CA30; }
span { border-color: rgb(36,202,48); }
td.TdClassName
{
border-color: #24CA30;
}
.TagClassName
{
border-color: #24CA30;
}
</style>