Shades of Kelly Green #28CC03
Tints of Kelly Green #28CC03
RGB
CMYK
RGB Variations
Color information
#28CC03 (or 0x28CC03) is known color: Kelly Green. HEX triplet: 28, CC and 03. RGB value is (40,204,3). Sum of RGB (Red+Green+Blue) = 40+204+3=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 204 (80.08% from 255 or 82.59% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CC03 is #D733FC. Grayscale: #848484. Windows color (decimal): -14103549 or 248872. OLE color: 248872.
HSL color Cylindrical-coordinate representation of color #28CC03: hue angle of 108.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28CC03 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.2 |
| HSL | 108.96º | 0.97% | 0.41% | - |
| HSV(B) | 108.96º | 0.99% | 0.8% | - |
| XYZ | 22.48 | 43.64 | 7.33 | - |
| YUV | 132.05 | 55.17 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 3 | 0.80 | 0 | 0.99 | 0.2 | 108.96 | 0.97 | 0.41 |
| Hex | 28 | CC | 3 | 50 | 0 | 63 | 14 | 6D | 61 | 29 |
| Octal | 50 | 314 | 3 | 120 | 0 | 143 | 24 | 155 | 141 | 51 |
| Binary | 101000 | 11001100 | 11 | 1010000 | 0 | 1100011 | 10100 | 1101101 | 1100001 | 101001 |
Color Harmonies of #28CC03
Complementary color
Monochromatic Colors of #28CC03
Black with #28CC03
Text Example
Text Example
White with #28CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC03; }
p { color: rgb(40,204,3); }
H1.HeaderClassName
{
color: #28CC03;
}
.AnyTagClassName
{
color: #28CC03;
}
</style>
background-color css
<style>
a { background-color: #28CC03; }
a { background-color: rgb(40,204,3); }
div.DivClassName
{
background-color: #28CC03;
}
.BgClassName
{
background-color: #28CC03;
}
</style>
border-color css
<style>
span { border-color: #28CC03; }
span { border-color: rgb(40,204,3); }
td.TdClassName
{
border-color: #28CC03;
}
.TagClassName
{
border-color: #28CC03;
}
</style>