Shades of Dark Pastel Green #02D33E
Tints of Dark Pastel Green #02D33E
RGB
CMYK
RGB Variations
Color information
#02D33E (or 0x02D33E) is known color: Dark Pastel Green. HEX triplet: 02, D3 and 3E. RGB value is (2,211,62). Sum of RGB (Red+Green+Blue) = 2+211+62=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #02D33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D33E is #FD2CC1. Grayscale: #838383. Windows color (decimal): -16592066 or 4117250. OLE color: 4117250.
HSL color Cylindrical-coordinate representation of color #02D33E: hue angle of 137.22º degrees, saturation: 0.98, 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 #02D33E is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 62 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.17 |
| HSL | 137.22º | 0.98% | 0.42% | - |
| HSV(B) | 137.22º | 0.99% | 0.83% | - |
| XYZ | 24.19 | 46.95 | 12.34 | - |
| YUV | 131.52 | 88.76 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 62 | 0.99 | 0 | 0.71 | 0.17 | 137.22 | 0.98 | 0.42 |
| Hex | 2 | D3 | 3E | 63 | 0 | 47 | 11 | 89 | 62 | 2A |
| Octal | 2 | 323 | 76 | 143 | 0 | 107 | 21 | 211 | 142 | 52 |
| Binary | 10 | 11010011 | 111110 | 1100011 | 0 | 1000111 | 10001 | 10001001 | 1100010 | 101010 |
Color Harmonies of #02D33E
Complementary color
Monochromatic Colors of #02D33E
Black with #02D33E
Text Example
Text Example
White with #02D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D33E; }
p { color: rgb(2,211,62); }
H1.HeaderClassName
{
color: #02D33E;
}
.AnyTagClassName
{
color: #02D33E;
}
</style>
background-color css
<style>
a { background-color: #02D33E; }
a { background-color: rgb(2,211,62); }
div.DivClassName
{
background-color: #02D33E;
}
.BgClassName
{
background-color: #02D33E;
}
</style>
border-color css
<style>
span { border-color: #02D33E; }
span { border-color: rgb(2,211,62); }
td.TdClassName
{
border-color: #02D33E;
}
.TagClassName
{
border-color: #02D33E;
}
</style>