Shades of Kelly Green #2DC40F
Tints of Kelly Green #2DC40F
RGB
CMYK
RGB Variations
Color information
#2DC40F (or 0x2DC40F) is known color: Kelly Green. HEX triplet: 2D, C4 and 0F. RGB value is (45,196,15). Sum of RGB (Red+Green+Blue) = 45+196+15=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 196 (76.95% from 255 or 76.56% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC40F is #D23BF0. Grayscale: #828282. Windows color (decimal): -13777905 or 1033261. OLE color: 1033261.
HSL color Cylindrical-coordinate representation of color #2DC40F: hue angle of 110.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DC40F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 196 | 15 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.23 |
| HSL | 110.06º | 0.86% | 0.41% | - |
| HSV(B) | 110.06º | 0.92% | 0.77% | - |
| XYZ | 20.91 | 40.07 | 7.08 | - |
| YUV | 130.22 | 62.97 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 15 | 0.77 | 0 | 0.92 | 0.23 | 110.06 | 0.86 | 0.41 |
| Hex | 2D | C4 | F | 4D | 0 | 5C | 17 | 6E | 56 | 29 |
| Octal | 55 | 304 | 17 | 115 | 0 | 134 | 27 | 156 | 126 | 51 |
| Binary | 101101 | 11000100 | 1111 | 1001101 | 0 | 1011100 | 10111 | 1101110 | 1010110 | 101001 |
Color Harmonies of #2DC40F
Complementary color
Monochromatic Colors of #2DC40F
Black with #2DC40F
Text Example
Text Example
White with #2DC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC40F; }
p { color: rgb(45,196,15); }
H1.HeaderClassName
{
color: #2DC40F;
}
.AnyTagClassName
{
color: #2DC40F;
}
</style>
background-color css
<style>
a { background-color: #2DC40F; }
a { background-color: rgb(45,196,15); }
div.DivClassName
{
background-color: #2DC40F;
}
.BgClassName
{
background-color: #2DC40F;
}
</style>
border-color css
<style>
span { border-color: #2DC40F; }
span { border-color: rgb(45,196,15); }
td.TdClassName
{
border-color: #2DC40F;
}
.TagClassName
{
border-color: #2DC40F;
}
</style>