Shades of Dark Pastel Green #03D41E
Tints of Dark Pastel Green #03D41E
RGB
CMYK
RGB Variations
Color information
#03D41E (or 0x03D41E) is known color: Dark Pastel Green. HEX triplet: 03, D4 and 1E. RGB value is (3,212,30). Sum of RGB (Red+Green+Blue) = 3+212+30=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 212 (83.20% from 255 or 86.53% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 212 - color contains mainly: green. Hex color #03D41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D41E is #FC2BE1. Grayscale: #818181. Windows color (decimal): -16526306 or 2020355. OLE color: 2020355.
HSL color Cylindrical-coordinate representation of color #03D41E: hue angle of 127.75º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D41E is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 30 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.17 |
| HSL | 127.75º | 0.97% | 0.42% | - |
| HSV(B) | 127.75º | 0.99% | 0.83% | - |
| XYZ | 23.82 | 47.2 | 9.08 | - |
| YUV | 128.76 | 72.26 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 30 | 0.99 | 0 | 0.86 | 0.17 | 127.75 | 0.97 | 0.42 |
| Hex | 3 | D4 | 1E | 63 | 0 | 56 | 11 | 80 | 61 | 2A |
| Octal | 3 | 324 | 36 | 143 | 0 | 126 | 21 | 200 | 141 | 52 |
| Binary | 11 | 11010100 | 11110 | 1100011 | 0 | 1010110 | 10001 | 10000000 | 1100001 | 101010 |
Color Harmonies of #03D41E
Complementary color
Monochromatic Colors of #03D41E
Black with #03D41E
Text Example
Text Example
White with #03D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D41E; }
p { color: rgb(3,212,30); }
H1.HeaderClassName
{
color: #03D41E;
}
.AnyTagClassName
{
color: #03D41E;
}
</style>
background-color css
<style>
a { background-color: #03D41E; }
a { background-color: rgb(3,212,30); }
div.DivClassName
{
background-color: #03D41E;
}
.BgClassName
{
background-color: #03D41E;
}
</style>
border-color css
<style>
span { border-color: #03D41E; }
span { border-color: rgb(3,212,30); }
td.TdClassName
{
border-color: #03D41E;
}
.TagClassName
{
border-color: #03D41E;
}
</style>