Shades of Kelly Green #2DC803
Tints of Kelly Green #2DC803
RGB
CMYK
RGB Variations
Color information
#2DC803 (or 0x2DC803) is known color: Kelly Green. HEX triplet: 2D, C8 and 03. RGB value is (45,200,3). Sum of RGB (Red+Green+Blue) = 45+200+3=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 200 (78.52% from 255 or 80.65% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC803 is #D237FC. Grayscale: #838383. Windows color (decimal): -13776893 or 247853. OLE color: 247853.
HSL color Cylindrical-coordinate representation of color #2DC803: hue angle of 107.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DC803 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 3 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.22 |
| HSL | 107.21º | 0.97% | 0.4% | - |
| HSV(B) | 107.21º | 0.99% | 0.78% | - |
| XYZ | 21.75 | 41.87 | 7.02 | - |
| YUV | 131.2 | 55.65 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 3 | 0.78 | 0 | 0.98 | 0.22 | 107.21 | 0.97 | 0.4 |
| Hex | 2D | C8 | 3 | 4E | 0 | 62 | 16 | 6B | 61 | 28 |
| Octal | 55 | 310 | 3 | 116 | 0 | 142 | 26 | 153 | 141 | 50 |
| Binary | 101101 | 11001000 | 11 | 1001110 | 0 | 1100010 | 10110 | 1101011 | 1100001 | 101000 |
Color Harmonies of #2DC803
Complementary color
Monochromatic Colors of #2DC803
Black with #2DC803
Text Example
Text Example
White with #2DC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC803; }
p { color: rgb(45,200,3); }
H1.HeaderClassName
{
color: #2DC803;
}
.AnyTagClassName
{
color: #2DC803;
}
</style>
background-color css
<style>
a { background-color: #2DC803; }
a { background-color: rgb(45,200,3); }
div.DivClassName
{
background-color: #2DC803;
}
.BgClassName
{
background-color: #2DC803;
}
</style>
border-color css
<style>
span { border-color: #2DC803; }
span { border-color: rgb(45,200,3); }
td.TdClassName
{
border-color: #2DC803;
}
.TagClassName
{
border-color: #2DC803;
}
</style>