Shades of Lime Green #24CB28
Tints of Lime Green #24CB28
RGB
CMYK
RGB Variations
Color information
#24CB28 (or 0x24CB28) is known color: Lime Green. HEX triplet: 24, CB and 28. RGB value is (36,203,40). Sum of RGB (Red+Green+Blue) = 36+203+40=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #24CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24CB28 is #DB34D7. Grayscale: #868686. Windows color (decimal): -14365912 or 2673444. OLE color: 2673444.
HSL color Cylindrical-coordinate representation of color #24CB28: hue angle of 121.44º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CB28 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 203 | 40 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.20 |
| HSL | 121.44º | 0.7% | 0.47% | - |
| HSV(B) | 121.44º | 0.82% | 0.8% | - |
| XYZ | 22.47 | 43.24 | 9.17 | - |
| YUV | 134.49 | 74.67 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 203 | 40 | 0.82 | 0 | 0.80 | 0.20 | 121.44 | 0.7 | 0.47 |
| Hex | 24 | CB | 28 | 52 | 0 | 50 | 14 | 79 | 46 | 2F |
| Octal | 44 | 313 | 50 | 122 | 0 | 120 | 24 | 171 | 106 | 57 |
| Binary | 100100 | 11001011 | 101000 | 1010010 | 0 | 1010000 | 10100 | 1111001 | 1000110 | 101111 |
Color Harmonies of #24CB28
Complementary color
Monochromatic Colors of #24CB28
Black with #24CB28
Text Example
Text Example
White with #24CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CB28; }
p { color: rgb(36,203,40); }
H1.HeaderClassName
{
color: #24CB28;
}
.AnyTagClassName
{
color: #24CB28;
}
</style>
background-color css
<style>
a { background-color: #24CB28; }
a { background-color: rgb(36,203,40); }
div.DivClassName
{
background-color: #24CB28;
}
.BgClassName
{
background-color: #24CB28;
}
</style>
border-color css
<style>
span { border-color: #24CB28; }
span { border-color: rgb(36,203,40); }
td.TdClassName
{
border-color: #24CB28;
}
.TagClassName
{
border-color: #24CB28;
}
</style>