Shades of Kelly Green #2DD509
Tints of Kelly Green #2DD509
RGB
CMYK
RGB Variations
Color information
#2DD509 (or 0x2DD509) is known color: Kelly Green. HEX triplet: 2D, D5 and 09. RGB value is (45,213,9). Sum of RGB (Red+Green+Blue) = 45+213+9=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD509 is #D22AF6. Grayscale: #8C8C8C. Windows color (decimal): -13773559 or 644397. OLE color: 644397.
HSL color Cylindrical-coordinate representation of color #2DD509: hue angle of 109.41º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DD509 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 9 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.16 |
| HSL | 109.41º | 0.92% | 0.44% | - |
| HSV(B) | 109.41º | 0.96% | 0.84% | - |
| XYZ | 24.93 | 48.17 | 8.24 | - |
| YUV | 139.51 | 54.34 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 9 | 0.79 | 0 | 0.96 | 0.16 | 109.41 | 0.92 | 0.44 |
| Hex | 2D | D5 | 9 | 4F | 0 | 60 | 10 | 6D | 5C | 2C |
| Octal | 55 | 325 | 11 | 117 | 0 | 140 | 20 | 155 | 134 | 54 |
| Binary | 101101 | 11010101 | 1001 | 1001111 | 0 | 1100000 | 10000 | 1101101 | 1011100 | 101100 |
Color Harmonies of #2DD509
Complementary color
Monochromatic Colors of #2DD509
Black with #2DD509
Text Example
Text Example
White with #2DD509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD509; }
p { color: rgb(45,213,9); }
H1.HeaderClassName
{
color: #2DD509;
}
.AnyTagClassName
{
color: #2DD509;
}
</style>
background-color css
<style>
a { background-color: #2DD509; }
a { background-color: rgb(45,213,9); }
div.DivClassName
{
background-color: #2DD509;
}
.BgClassName
{
background-color: #2DD509;
}
</style>
border-color css
<style>
span { border-color: #2DD509; }
span { border-color: rgb(45,213,9); }
td.TdClassName
{
border-color: #2DD509;
}
.TagClassName
{
border-color: #2DD509;
}
</style>