Shades of Kelly Green #2DC108
Tints of Kelly Green #2DC108
RGB
CMYK
RGB Variations
Color information
#2DC108 (or 0x2DC108) is known color: Kelly Green. HEX triplet: 2D, C1 and 08. RGB value is (45,193,8). Sum of RGB (Red+Green+Blue) = 45+193+8=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC108 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC108 is #D23EF7. Grayscale: #808080. Windows color (decimal): -13778680 or 573741. OLE color: 573741.
HSL color Cylindrical-coordinate representation of color #2DC108: hue angle of 108º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DC108 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.24 |
| HSL | 108º | 0.92% | 0.39% | - |
| HSV(B) | 108º | 0.96% | 0.76% | - |
| XYZ | 20.2 | 38.72 | 6.64 | - |
| YUV | 127.66 | 60.47 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 8 | 0.77 | 0 | 0.96 | 0.24 | 108 | 0.92 | 0.39 |
| Hex | 2D | C1 | 8 | 4D | 0 | 60 | 18 | 6C | 5C | 27 |
| Octal | 55 | 301 | 10 | 115 | 0 | 140 | 30 | 154 | 134 | 47 |
| Binary | 101101 | 11000001 | 1000 | 1001101 | 0 | 1100000 | 11000 | 1101100 | 1011100 | 100111 |
Color Harmonies of #2DC108
Complementary color
Monochromatic Colors of #2DC108
Black with #2DC108
Text Example
Text Example
White with #2DC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC108; }
p { color: rgb(45,193,8); }
H1.HeaderClassName
{
color: #2DC108;
}
.AnyTagClassName
{
color: #2DC108;
}
</style>
background-color css
<style>
a { background-color: #2DC108; }
a { background-color: rgb(45,193,8); }
div.DivClassName
{
background-color: #2DC108;
}
.BgClassName
{
background-color: #2DC108;
}
</style>
border-color css
<style>
span { border-color: #2DC108; }
span { border-color: rgb(45,193,8); }
td.TdClassName
{
border-color: #2DC108;
}
.TagClassName
{
border-color: #2DC108;
}
</style>