Shades of Kelly Green #2DCB0A
Tints of Kelly Green #2DCB0A
RGB
CMYK
RGB Variations
Color information
#2DCB0A (or 0x2DCB0A) is known color: Kelly Green. HEX triplet: 2D, CB and 0A. RGB value is (45,203,10). Sum of RGB (Red+Green+Blue) = 45+203+10=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCB0A is #D234F5. Grayscale: #868686. Windows color (decimal): -13776118 or 707373. OLE color: 707373.
HSL color Cylindrical-coordinate representation of color #2DCB0A: hue angle of 109.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DCB0A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.20 |
| HSL | 109.12º | 0.91% | 0.42% | - |
| HSV(B) | 109.12º | 0.95% | 0.8% | - |
| XYZ | 22.49 | 43.29 | 7.46 | - |
| YUV | 133.76 | 58.15 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 10 | 0.78 | 0 | 0.95 | 0.20 | 109.12 | 0.91 | 0.42 |
| Hex | 2D | CB | A | 4E | 0 | 5F | 14 | 6D | 5B | 2A |
| Octal | 55 | 313 | 12 | 116 | 0 | 137 | 24 | 155 | 133 | 52 |
| Binary | 101101 | 11001011 | 1010 | 1001110 | 0 | 1011111 | 10100 | 1101101 | 1011011 | 101010 |
Color Harmonies of #2DCB0A
Complementary color
Monochromatic Colors of #2DCB0A
Black with #2DCB0A
Text Example
Text Example
White with #2DCB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB0A; }
p { color: rgb(45,203,10); }
H1.HeaderClassName
{
color: #2DCB0A;
}
.AnyTagClassName
{
color: #2DCB0A;
}
</style>
background-color css
<style>
a { background-color: #2DCB0A; }
a { background-color: rgb(45,203,10); }
div.DivClassName
{
background-color: #2DCB0A;
}
.BgClassName
{
background-color: #2DCB0A;
}
</style>
border-color css
<style>
span { border-color: #2DCB0A; }
span { border-color: rgb(45,203,10); }
td.TdClassName
{
border-color: #2DCB0A;
}
.TagClassName
{
border-color: #2DCB0A;
}
</style>