Shades of Kelly Green #24CC00
Tints of Kelly Green #24CC00
RGB
CMYK
RGB Variations
Color information
#24CC00 (or 0x24CC00) is known color: Kelly Green. HEX triplet: 24, CC and 00. RGB value is (36,204,0). Sum of RGB (Red+Green+Blue) = 36+204+0=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 204 (80.08% from 255 or 85% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24CC00 is #DB33FF. Grayscale: #838383. Windows color (decimal): -14365696 or 52260. OLE color: 52260.
HSL color Cylindrical-coordinate representation of color #24CC00: hue angle of 109.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24CC00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.2 |
| HSL | 109.41º | 1% | 0.4% | - |
| HSV(B) | 109.41º | 1% | 0.8% | - |
| XYZ | 22.32 | 43.56 | 7.23 | - |
| YUV | 130.51 | 54.34 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 0 | 0.82 | 0 | 1 | 0.2 | 109.41 | 1 | 0.4 |
| Hex | 24 | CC | 0 | 52 | 0 | 64 | 14 | 6D | 64 | 28 |
| Octal | 44 | 314 | 0 | 122 | 0 | 144 | 24 | 155 | 144 | 50 |
| Binary | 100100 | 11001100 | 0 | 1010010 | 0 | 1100100 | 10100 | 1101101 | 1100100 | 101000 |
Color Harmonies of #24CC00
Complementary color
Monochromatic Colors of #24CC00
Black with #24CC00
Text Example
Text Example
White with #24CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC00; }
p { color: rgb(36,204,0); }
H1.HeaderClassName
{
color: #24CC00;
}
.AnyTagClassName
{
color: #24CC00;
}
</style>
background-color css
<style>
a { background-color: #24CC00; }
a { background-color: rgb(36,204,0); }
div.DivClassName
{
background-color: #24CC00;
}
.BgClassName
{
background-color: #24CC00;
}
</style>
border-color css
<style>
span { border-color: #24CC00; }
span { border-color: rgb(36,204,0); }
td.TdClassName
{
border-color: #24CC00;
}
.TagClassName
{
border-color: #24CC00;
}
</style>