Shades of Kelly Green #2DBF12
Tints of Kelly Green #2DBF12
RGB
CMYK
RGB Variations
Color information
#2DBF12 (or 0x2DBF12) is known color: Kelly Green. HEX triplet: 2D, BF and 12. RGB value is (45,191,18). Sum of RGB (Red+Green+Blue) = 45+191+18=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF12 is #D240ED. Grayscale: #808080. Windows color (decimal): -13779182 or 1228589. OLE color: 1228589.
HSL color Cylindrical-coordinate representation of color #2DBF12: hue angle of 110.64º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DBF12 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 18 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.25 |
| HSL | 110.64º | 0.83% | 0.41% | - |
| HSV(B) | 110.64º | 0.91% | 0.75% | - |
| XYZ | 19.82 | 37.86 | 6.84 | - |
| YUV | 127.62 | 66.13 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 18 | 0.76 | 0 | 0.91 | 0.25 | 110.64 | 0.83 | 0.41 |
| Hex | 2D | BF | 12 | 4C | 0 | 5B | 19 | 6F | 53 | 29 |
| Octal | 55 | 277 | 22 | 114 | 0 | 133 | 31 | 157 | 123 | 51 |
| Binary | 101101 | 10111111 | 10010 | 1001100 | 0 | 1011011 | 11001 | 1101111 | 1010011 | 101001 |
Color Harmonies of #2DBF12
Complementary color
Monochromatic Colors of #2DBF12
Black with #2DBF12
Text Example
Text Example
White with #2DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF12; }
p { color: rgb(45,191,18); }
H1.HeaderClassName
{
color: #2DBF12;
}
.AnyTagClassName
{
color: #2DBF12;
}
</style>
background-color css
<style>
a { background-color: #2DBF12; }
a { background-color: rgb(45,191,18); }
div.DivClassName
{
background-color: #2DBF12;
}
.BgClassName
{
background-color: #2DBF12;
}
</style>
border-color css
<style>
span { border-color: #2DBF12; }
span { border-color: rgb(45,191,18); }
td.TdClassName
{
border-color: #2DBF12;
}
.TagClassName
{
border-color: #2DBF12;
}
</style>