Shades of Kelly Green #2DB712
Tints of Kelly Green #2DB712
RGB
CMYK
RGB Variations
Color information
#2DB712 (or 0x2DB712) is known color: Kelly Green. HEX triplet: 2D, B7 and 12. RGB value is (45,183,18). Sum of RGB (Red+Green+Blue) = 45+183+18=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 183 (71.88% from 255 or 74.39% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB712 is #D248ED. Grayscale: #7B7B7B. Windows color (decimal): -13781230 or 1226541. OLE color: 1226541.
HSL color Cylindrical-coordinate representation of color #2DB712: hue angle of 110.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DB712 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 18 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.28 |
| HSL | 110.18º | 0.82% | 0.39% | - |
| HSV(B) | 110.18º | 0.9% | 0.72% | - |
| XYZ | 18.12 | 34.47 | 6.27 | - |
| YUV | 122.93 | 68.78 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 18 | 0.75 | 0 | 0.90 | 0.28 | 110.18 | 0.82 | 0.39 |
| Hex | 2D | B7 | 12 | 4B | 0 | 5A | 1C | 6E | 52 | 27 |
| Octal | 55 | 267 | 22 | 113 | 0 | 132 | 34 | 156 | 122 | 47 |
| Binary | 101101 | 10110111 | 10010 | 1001011 | 0 | 1011010 | 11100 | 1101110 | 1010010 | 100111 |
Color Harmonies of #2DB712
Complementary color
Monochromatic Colors of #2DB712
Black with #2DB712
Text Example
Text Example
White with #2DB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB712; }
p { color: rgb(45,183,18); }
H1.HeaderClassName
{
color: #2DB712;
}
.AnyTagClassName
{
color: #2DB712;
}
</style>
background-color css
<style>
a { background-color: #2DB712; }
a { background-color: rgb(45,183,18); }
div.DivClassName
{
background-color: #2DB712;
}
.BgClassName
{
background-color: #2DB712;
}
</style>
border-color css
<style>
span { border-color: #2DB712; }
span { border-color: rgb(45,183,18); }
td.TdClassName
{
border-color: #2DB712;
}
.TagClassName
{
border-color: #2DB712;
}
</style>