Shades of Kelly Green #2DB10F
Tints of Kelly Green #2DB10F
RGB
CMYK
RGB Variations
Color information
#2DB10F (or 0x2DB10F) is known color: Kelly Green. HEX triplet: 2D, B1 and 0F. RGB value is (45,177,15). Sum of RGB (Red+Green+Blue) = 45+177+15=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 177 (69.53% from 255 or 74.68% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB10F is #D24EF0. Grayscale: #777777. Windows color (decimal): -13782769 or 1028397. OLE color: 1028397.
HSL color Cylindrical-coordinate representation of color #2DB10F: hue angle of 108.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DB10F is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 15 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.31 |
| HSL | 108.89º | 0.84% | 0.38% | - |
| HSV(B) | 108.89º | 0.92% | 0.69% | - |
| XYZ | 16.89 | 32.04 | 5.75 | - |
| YUV | 119.06 | 69.27 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 15 | 0.75 | 0 | 0.92 | 0.31 | 108.89 | 0.84 | 0.38 |
| Hex | 2D | B1 | F | 4B | 0 | 5C | 1F | 6D | 54 | 26 |
| Octal | 55 | 261 | 17 | 113 | 0 | 134 | 37 | 155 | 124 | 46 |
| Binary | 101101 | 10110001 | 1111 | 1001011 | 0 | 1011100 | 11111 | 1101101 | 1010100 | 100110 |
Color Harmonies of #2DB10F
Complementary color
Monochromatic Colors of #2DB10F
Black with #2DB10F
Text Example
Text Example
White with #2DB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB10F; }
p { color: rgb(45,177,15); }
H1.HeaderClassName
{
color: #2DB10F;
}
.AnyTagClassName
{
color: #2DB10F;
}
</style>
background-color css
<style>
a { background-color: #2DB10F; }
a { background-color: rgb(45,177,15); }
div.DivClassName
{
background-color: #2DB10F;
}
.BgClassName
{
background-color: #2DB10F;
}
</style>
border-color css
<style>
span { border-color: #2DB10F; }
span { border-color: rgb(45,177,15); }
td.TdClassName
{
border-color: #2DB10F;
}
.TagClassName
{
border-color: #2DB10F;
}
</style>