Shades of Kelly Green #2DC302
Tints of Kelly Green #2DC302
RGB
CMYK
RGB Variations
Color information
#2DC302 (or 0x2DC302) is known color: Kelly Green. HEX triplet: 2D, C3 and 02. RGB value is (45,195,2). Sum of RGB (Red+Green+Blue) = 45+195+2=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 195 (76.56% from 255 or 80.58% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC302 is #D23CFD. Grayscale: #808080. Windows color (decimal): -13778174 or 181037. OLE color: 181037.
HSL color Cylindrical-coordinate representation of color #2DC302: hue angle of 106.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DC302 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.24 |
| HSL | 106.63º | 0.98% | 0.39% | - |
| HSV(B) | 106.63º | 0.99% | 0.76% | - |
| XYZ | 20.61 | 39.59 | 6.61 | - |
| YUV | 128.15 | 56.81 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 2 | 0.77 | 0 | 0.99 | 0.24 | 106.63 | 0.98 | 0.39 |
| Hex | 2D | C3 | 2 | 4D | 0 | 63 | 18 | 6B | 62 | 27 |
| Octal | 55 | 303 | 2 | 115 | 0 | 143 | 30 | 153 | 142 | 47 |
| Binary | 101101 | 11000011 | 10 | 1001101 | 0 | 1100011 | 11000 | 1101011 | 1100010 | 100111 |
Color Harmonies of #2DC302
Complementary color
Monochromatic Colors of #2DC302
Black with #2DC302
Text Example
Text Example
White with #2DC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC302; }
p { color: rgb(45,195,2); }
H1.HeaderClassName
{
color: #2DC302;
}
.AnyTagClassName
{
color: #2DC302;
}
</style>
background-color css
<style>
a { background-color: #2DC302; }
a { background-color: rgb(45,195,2); }
div.DivClassName
{
background-color: #2DC302;
}
.BgClassName
{
background-color: #2DC302;
}
</style>
border-color css
<style>
span { border-color: #2DC302; }
span { border-color: rgb(45,195,2); }
td.TdClassName
{
border-color: #2DC302;
}
.TagClassName
{
border-color: #2DC302;
}
</style>