Shades of Kelly Green #24D002
Tints of Kelly Green #24D002
RGB
CMYK
RGB Variations
Color information
#24D002 (or 0x24D002) is known color: Kelly Green. HEX triplet: 24, D0 and 02. RGB value is (36,208,2). Sum of RGB (Red+Green+Blue) = 36+208+2=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 208 (81.64% from 255 or 84.55% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 208 - color contains mainly: green. Hex color #24D002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24D002 is #DB2FFD. Grayscale: #858585. Windows color (decimal): -14364670 or 184356. OLE color: 184356.
HSL color Cylindrical-coordinate representation of color #24D002: hue angle of 110.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24D002 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.18 |
| HSL | 110.1º | 0.98% | 0.41% | - |
| HSV(B) | 110.1º | 0.99% | 0.82% | - |
| XYZ | 23.29 | 45.49 | 7.61 | - |
| YUV | 133.09 | 54.02 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 2 | 0.83 | 0 | 0.99 | 0.18 | 110.1 | 0.98 | 0.41 |
| Hex | 24 | D0 | 2 | 53 | 0 | 63 | 12 | 6E | 62 | 29 |
| Octal | 44 | 320 | 2 | 123 | 0 | 143 | 22 | 156 | 142 | 51 |
| Binary | 100100 | 11010000 | 10 | 1010011 | 0 | 1100011 | 10010 | 1101110 | 1100010 | 101001 |
Color Harmonies of #24D002
Complementary color
Monochromatic Colors of #24D002
Black with #24D002
Text Example
Text Example
White with #24D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D002; }
p { color: rgb(36,208,2); }
H1.HeaderClassName
{
color: #24D002;
}
.AnyTagClassName
{
color: #24D002;
}
</style>
background-color css
<style>
a { background-color: #24D002; }
a { background-color: rgb(36,208,2); }
div.DivClassName
{
background-color: #24D002;
}
.BgClassName
{
background-color: #24D002;
}
</style>
border-color css
<style>
span { border-color: #24D002; }
span { border-color: rgb(36,208,2); }
td.TdClassName
{
border-color: #24D002;
}
.TagClassName
{
border-color: #24D002;
}
</style>