Shades of Kelly Green #2DBF10
Tints of Kelly Green #2DBF10
RGB
CMYK
RGB Variations
Color information
#2DBF10 (or 0x2DBF10) is known color: Kelly Green. HEX triplet: 2D, BF and 10. RGB value is (45,191,16). Sum of RGB (Red+Green+Blue) = 45+191+16=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF10 is #D240EF. Grayscale: #7F7F7F. Windows color (decimal): -13779184 or 1097517. OLE color: 1097517.
HSL color Cylindrical-coordinate representation of color #2DBF10: hue angle of 110.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DBF10 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 16 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.25 |
| HSL | 110.06º | 0.85% | 0.41% | - |
| HSV(B) | 110.06º | 0.92% | 0.75% | - |
| XYZ | 19.81 | 37.86 | 6.75 | - |
| YUV | 127.4 | 65.13 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 16 | 0.76 | 0 | 0.92 | 0.25 | 110.06 | 0.85 | 0.41 |
| Hex | 2D | BF | 10 | 4C | 0 | 5C | 19 | 6E | 55 | 29 |
| Octal | 55 | 277 | 20 | 114 | 0 | 134 | 31 | 156 | 125 | 51 |
| Binary | 101101 | 10111111 | 10000 | 1001100 | 0 | 1011100 | 11001 | 1101110 | 1010101 | 101001 |
Color Harmonies of #2DBF10
Complementary color
Monochromatic Colors of #2DBF10
Black with #2DBF10
Text Example
Text Example
White with #2DBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF10; }
p { color: rgb(45,191,16); }
H1.HeaderClassName
{
color: #2DBF10;
}
.AnyTagClassName
{
color: #2DBF10;
}
</style>
background-color css
<style>
a { background-color: #2DBF10; }
a { background-color: rgb(45,191,16); }
div.DivClassName
{
background-color: #2DBF10;
}
.BgClassName
{
background-color: #2DBF10;
}
</style>
border-color css
<style>
span { border-color: #2DBF10; }
span { border-color: rgb(45,191,16); }
td.TdClassName
{
border-color: #2DBF10;
}
.TagClassName
{
border-color: #2DBF10;
}
</style>