Shades of Kelly Green #24C000
Tints of Kelly Green #24C000
RGB
CMYK
RGB Variations
Color information
#24C000 (or 0x24C000) is known color: Kelly Green. HEX triplet: 24, C0 and 00. RGB value is (36,192,0). Sum of RGB (Red+Green+Blue) = 36+192+0=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 192 (75.39% from 255 or 84.21% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 192 - color contains mainly: green. Hex color #24C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24C000 is #DB3FFF. Grayscale: #7C7C7C. Windows color (decimal): -14368768 or 49188. OLE color: 49188.
HSL color Cylindrical-coordinate representation of color #24C000: hue angle of 108.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24C000 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.25 |
| HSL | 108.75º | 1% | 0.38% | - |
| HSV(B) | 108.75º | 1% | 0.75% | - |
| XYZ | 19.58 | 38.07 | 6.32 | - |
| YUV | 123.47 | 58.32 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 0 | 0.81 | 0 | 1 | 0.25 | 108.75 | 1 | 0.38 |
| Hex | 24 | C0 | 0 | 51 | 0 | 64 | 19 | 6D | 64 | 26 |
| Octal | 44 | 300 | 0 | 121 | 0 | 144 | 31 | 155 | 144 | 46 |
| Binary | 100100 | 11000000 | 0 | 1010001 | 0 | 1100100 | 11001 | 1101101 | 1100100 | 100110 |
Color Harmonies of #24C000
Complementary color
Monochromatic Colors of #24C000
Black with #24C000
Text Example
Text Example
White with #24C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C000; }
p { color: rgb(36,192,0); }
H1.HeaderClassName
{
color: #24C000;
}
.AnyTagClassName
{
color: #24C000;
}
</style>
background-color css
<style>
a { background-color: #24C000; }
a { background-color: rgb(36,192,0); }
div.DivClassName
{
background-color: #24C000;
}
.BgClassName
{
background-color: #24C000;
}
</style>
border-color css
<style>
span { border-color: #24C000; }
span { border-color: rgb(36,192,0); }
td.TdClassName
{
border-color: #24C000;
}
.TagClassName
{
border-color: #24C000;
}
</style>