Shades of Dark Pastel Green #04DF2C
Tints of Dark Pastel Green #04DF2C
RGB
CMYK
RGB Variations
Color information
#04DF2C (or 0x04DF2C) is known color: Dark Pastel Green. HEX triplet: 04, DF and 2C. RGB value is (4,223,44). Sum of RGB (Red+Green+Blue) = 4+223+44=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 223 (87.5% from 255 or 82.29% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF2C is #FB20D3. Grayscale: #898989. Windows color (decimal): -16457940 or 2940676. OLE color: 2940676.
HSL color Cylindrical-coordinate representation of color #04DF2C: hue angle of 130.96º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DF2C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 44 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.13 |
| HSL | 130.96º | 0.96% | 0.45% | - |
| HSV(B) | 130.96º | 0.98% | 0.87% | - |
| XYZ | 26.89 | 52.98 | 11.19 | - |
| YUV | 137.11 | 75.45 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 44 | 0.98 | 0 | 0.80 | 0.13 | 130.96 | 0.96 | 0.45 |
| Hex | 4 | DF | 2C | 62 | 0 | 50 | D | 83 | 60 | 2D |
| Octal | 4 | 337 | 54 | 142 | 0 | 120 | 15 | 203 | 140 | 55 |
| Binary | 100 | 11011111 | 101100 | 1100010 | 0 | 1010000 | 1101 | 10000011 | 1100000 | 101101 |
Color Harmonies of #04DF2C
Complementary color
Monochromatic Colors of #04DF2C
Black with #04DF2C
Text Example
Text Example
White with #04DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DF2C; }
p { color: rgb(4,223,44); }
H1.HeaderClassName
{
color: #04DF2C;
}
.AnyTagClassName
{
color: #04DF2C;
}
</style>
background-color css
<style>
a { background-color: #04DF2C; }
a { background-color: rgb(4,223,44); }
div.DivClassName
{
background-color: #04DF2C;
}
.BgClassName
{
background-color: #04DF2C;
}
</style>
border-color css
<style>
span { border-color: #04DF2C; }
span { border-color: rgb(4,223,44); }
td.TdClassName
{
border-color: #04DF2C;
}
.TagClassName
{
border-color: #04DF2C;
}
</style>