Shades of Dark Pastel Green #02D21F
Tints of Dark Pastel Green #02D21F
RGB
CMYK
RGB Variations
Color information
#02D21F (or 0x02D21F) is known color: Dark Pastel Green. HEX triplet: 02, D2 and 1F. RGB value is (2,210,31). Sum of RGB (Red+Green+Blue) = 2+210+31=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 210 (82.42% from 255 or 86.42% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 210 - color contains mainly: green. Hex color #02D21F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D21F is #FD2DE0. Grayscale: #7F7F7F. Windows color (decimal): -16592353 or 2085378. OLE color: 2085378.
HSL color Cylindrical-coordinate representation of color #02D21F: hue angle of 128.37º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D21F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 31 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.18 |
| HSL | 128.37º | 0.98% | 0.42% | - |
| HSV(B) | 128.37º | 0.99% | 0.82% | - |
| XYZ | 23.32 | 46.21 | 8.99 | - |
| YUV | 127.4 | 73.59 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 31 | 0.99 | 0 | 0.85 | 0.18 | 128.37 | 0.98 | 0.42 |
| Hex | 2 | D2 | 1F | 63 | 0 | 55 | 12 | 80 | 62 | 2A |
| Octal | 2 | 322 | 37 | 143 | 0 | 125 | 22 | 200 | 142 | 52 |
| Binary | 10 | 11010010 | 11111 | 1100011 | 0 | 1010101 | 10010 | 10000000 | 1100010 | 101010 |
Color Harmonies of #02D21F
Complementary color
Monochromatic Colors of #02D21F
Black with #02D21F
Text Example
Text Example
White with #02D21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D21F; }
p { color: rgb(2,210,31); }
H1.HeaderClassName
{
color: #02D21F;
}
.AnyTagClassName
{
color: #02D21F;
}
</style>
background-color css
<style>
a { background-color: #02D21F; }
a { background-color: rgb(2,210,31); }
div.DivClassName
{
background-color: #02D21F;
}
.BgClassName
{
background-color: #02D21F;
}
</style>
border-color css
<style>
span { border-color: #02D21F; }
span { border-color: rgb(2,210,31); }
td.TdClassName
{
border-color: #02D21F;
}
.TagClassName
{
border-color: #02D21F;
}
</style>