Shades of Dark Pastel Green #00D42E
Tints of Dark Pastel Green #00D42E
RGB
CMYK
RGB Variations
Color information
#00D42E (or 0x00D42E) is known color: Dark Pastel Green. HEX triplet: 00, D4 and 2E. RGB value is (0,212,46). Sum of RGB (Red+Green+Blue) = 0+212+46=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 212 (83.20% from 255 or 82.17% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 212 - color contains mainly: green. Hex color #00D42E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D42E is #FF2BD1. Grayscale: #828282. Windows color (decimal): -16722898 or 3068928. OLE color: 3068928.
HSL color Cylindrical-coordinate representation of color #00D42E: hue angle of 133.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D42E is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 46 | - |
| CMYK | 1 | 0 | 0.78 | 0.17 |
| HSL | 133.02º | 1% | 0.42% | - |
| HSV(B) | 133.02º | 1% | 0.83% | - |
| XYZ | 24.04 | 47.28 | 10.44 | - |
| YUV | 129.69 | 80.76 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 46 | 1 | 0 | 0.78 | 0.17 | 133.02 | 1 | 0.42 |
| Hex | 0 | D4 | 2E | 64 | 0 | 4E | 11 | 85 | 64 | 2A |
| Octal | 0 | 324 | 56 | 144 | 0 | 116 | 21 | 205 | 144 | 52 |
| Binary | 0 | 11010100 | 101110 | 1100100 | 0 | 1001110 | 10001 | 10000101 | 1100100 | 101010 |
Color Harmonies of #00D42E
Complementary color
Monochromatic Colors of #00D42E
Black with #00D42E
Text Example
Text Example
White with #00D42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D42E; }
p { color: rgb(0,212,46); }
H1.HeaderClassName
{
color: #00D42E;
}
.AnyTagClassName
{
color: #00D42E;
}
</style>
background-color css
<style>
a { background-color: #00D42E; }
a { background-color: rgb(0,212,46); }
div.DivClassName
{
background-color: #00D42E;
}
.BgClassName
{
background-color: #00D42E;
}
</style>
border-color css
<style>
span { border-color: #00D42E; }
span { border-color: rgb(0,212,46); }
td.TdClassName
{
border-color: #00D42E;
}
.TagClassName
{
border-color: #00D42E;
}
</style>