Shades of Kelly Green #2DCE0A
Tints of Kelly Green #2DCE0A
RGB
CMYK
RGB Variations
Color information
#2DCE0A (or 0x2DCE0A) is known color: Kelly Green. HEX triplet: 2D, CE and 0A. RGB value is (45,206,10). Sum of RGB (Red+Green+Blue) = 45+206+10=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE0A is #D231F5. Grayscale: #888888. Windows color (decimal): -13775350 or 708141. OLE color: 708141.
HSL color Cylindrical-coordinate representation of color #2DCE0A: hue angle of 109.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DCE0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.19 |
| HSL | 109.29º | 0.91% | 0.42% | - |
| HSV(B) | 109.29º | 0.95% | 0.81% | - |
| XYZ | 23.21 | 44.72 | 7.7 | - |
| YUV | 135.52 | 57.16 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 10 | 0.78 | 0 | 0.95 | 0.19 | 109.29 | 0.91 | 0.42 |
| Hex | 2D | CE | A | 4E | 0 | 5F | 13 | 6D | 5B | 2A |
| Octal | 55 | 316 | 12 | 116 | 0 | 137 | 23 | 155 | 133 | 52 |
| Binary | 101101 | 11001110 | 1010 | 1001110 | 0 | 1011111 | 10011 | 1101101 | 1011011 | 101010 |
Color Harmonies of #2DCE0A
Complementary color
Monochromatic Colors of #2DCE0A
Black with #2DCE0A
Text Example
Text Example
White with #2DCE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE0A; }
p { color: rgb(45,206,10); }
H1.HeaderClassName
{
color: #2DCE0A;
}
.AnyTagClassName
{
color: #2DCE0A;
}
</style>
background-color css
<style>
a { background-color: #2DCE0A; }
a { background-color: rgb(45,206,10); }
div.DivClassName
{
background-color: #2DCE0A;
}
.BgClassName
{
background-color: #2DCE0A;
}
</style>
border-color css
<style>
span { border-color: #2DCE0A; }
span { border-color: rgb(45,206,10); }
td.TdClassName
{
border-color: #2DCE0A;
}
.TagClassName
{
border-color: #2DCE0A;
}
</style>