Shades of Kelly Green #2DBF04
Tints of Kelly Green #2DBF04
RGB
CMYK
RGB Variations
Color information
#2DBF04 (or 0x2DBF04) is known color: Kelly Green. HEX triplet: 2D, BF and 04. RGB value is (45,191,4). Sum of RGB (Red+Green+Blue) = 45+191+4=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF04 is #D240FB. Grayscale: #7E7E7E. Windows color (decimal): -13779196 or 311085. OLE color: 311085.
HSL color Cylindrical-coordinate representation of color #2DBF04: hue angle of 106.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DBF04 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.25 |
| HSL | 106.84º | 0.96% | 0.38% | - |
| HSV(B) | 106.84º | 0.98% | 0.75% | - |
| XYZ | 19.73 | 37.83 | 6.38 | - |
| YUV | 126.03 | 59.13 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 4 | 0.76 | 0 | 0.98 | 0.25 | 106.84 | 0.96 | 0.38 |
| Hex | 2D | BF | 4 | 4C | 0 | 62 | 19 | 6B | 60 | 26 |
| Octal | 55 | 277 | 4 | 114 | 0 | 142 | 31 | 153 | 140 | 46 |
| Binary | 101101 | 10111111 | 100 | 1001100 | 0 | 1100010 | 11001 | 1101011 | 1100000 | 100110 |
Color Harmonies of #2DBF04
Complementary color
Monochromatic Colors of #2DBF04
Black with #2DBF04
Text Example
Text Example
White with #2DBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF04; }
p { color: rgb(45,191,4); }
H1.HeaderClassName
{
color: #2DBF04;
}
.AnyTagClassName
{
color: #2DBF04;
}
</style>
background-color css
<style>
a { background-color: #2DBF04; }
a { background-color: rgb(45,191,4); }
div.DivClassName
{
background-color: #2DBF04;
}
.BgClassName
{
background-color: #2DBF04;
}
</style>
border-color css
<style>
span { border-color: #2DBF04; }
span { border-color: rgb(45,191,4); }
td.TdClassName
{
border-color: #2DBF04;
}
.TagClassName
{
border-color: #2DBF04;
}
</style>