Shades of Kelly Green #2DBF13
Tints of Kelly Green #2DBF13
RGB
CMYK
RGB Variations
Color information
#2DBF13 (or 0x2DBF13) is known color: Kelly Green. HEX triplet: 2D, BF and 13. RGB value is (45,191,19). Sum of RGB (Red+Green+Blue) = 45+191+19=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF13 is #D240EC. Grayscale: #808080. Windows color (decimal): -13779181 or 1294125. OLE color: 1294125.
HSL color Cylindrical-coordinate representation of color #2DBF13: hue angle of 110.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DBF13 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.25 |
| HSL | 110.93º | 0.82% | 0.41% | - |
| HSV(B) | 110.93º | 0.9% | 0.75% | - |
| XYZ | 19.83 | 37.87 | 6.88 | - |
| YUV | 127.74 | 66.63 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 19 | 0.76 | 0 | 0.90 | 0.25 | 110.93 | 0.82 | 0.41 |
| Hex | 2D | BF | 13 | 4C | 0 | 5A | 19 | 6F | 52 | 29 |
| Octal | 55 | 277 | 23 | 114 | 0 | 132 | 31 | 157 | 122 | 51 |
| Binary | 101101 | 10111111 | 10011 | 1001100 | 0 | 1011010 | 11001 | 1101111 | 1010010 | 101001 |
Color Harmonies of #2DBF13
Complementary color
Monochromatic Colors of #2DBF13
Black with #2DBF13
Text Example
Text Example
White with #2DBF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF13; }
p { color: rgb(45,191,19); }
H1.HeaderClassName
{
color: #2DBF13;
}
.AnyTagClassName
{
color: #2DBF13;
}
</style>
background-color css
<style>
a { background-color: #2DBF13; }
a { background-color: rgb(45,191,19); }
div.DivClassName
{
background-color: #2DBF13;
}
.BgClassName
{
background-color: #2DBF13;
}
</style>
border-color css
<style>
span { border-color: #2DBF13; }
span { border-color: rgb(45,191,19); }
td.TdClassName
{
border-color: #2DBF13;
}
.TagClassName
{
border-color: #2DBF13;
}
</style>