Shades of Dark Pastel Green #02D521
Tints of Dark Pastel Green #02D521
RGB
CMYK
RGB Variations
Color information
#02D521 (or 0x02D521) is known color: Dark Pastel Green. HEX triplet: 02, D5 and 21. RGB value is (2,213,33). Sum of RGB (Red+Green+Blue) = 2+213+33=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 213 (83.59% from 255 or 85.89% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 213 - color contains mainly: green. Hex color #02D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D521 is #FD2ADE. Grayscale: #818181. Windows color (decimal): -16591583 or 2217218. OLE color: 2217218.
HSL color Cylindrical-coordinate representation of color #02D521: hue angle of 128.82º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D521 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 33 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.16 |
| HSL | 128.82º | 0.98% | 0.42% | - |
| HSV(B) | 128.82º | 0.99% | 0.84% | - |
| XYZ | 24.09 | 47.71 | 9.38 | - |
| YUV | 129.39 | 73.6 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 33 | 0.99 | 0 | 0.85 | 0.16 | 128.82 | 0.98 | 0.42 |
| Hex | 2 | D5 | 21 | 63 | 0 | 55 | 10 | 81 | 62 | 2A |
| Octal | 2 | 325 | 41 | 143 | 0 | 125 | 20 | 201 | 142 | 52 |
| Binary | 10 | 11010101 | 100001 | 1100011 | 0 | 1010101 | 10000 | 10000001 | 1100010 | 101010 |
Color Harmonies of #02D521
Complementary color
Monochromatic Colors of #02D521
Black with #02D521
Text Example
Text Example
White with #02D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D521; }
p { color: rgb(2,213,33); }
H1.HeaderClassName
{
color: #02D521;
}
.AnyTagClassName
{
color: #02D521;
}
</style>
background-color css
<style>
a { background-color: #02D521; }
a { background-color: rgb(2,213,33); }
div.DivClassName
{
background-color: #02D521;
}
.BgClassName
{
background-color: #02D521;
}
</style>
border-color css
<style>
span { border-color: #02D521; }
span { border-color: rgb(2,213,33); }
td.TdClassName
{
border-color: #02D521;
}
.TagClassName
{
border-color: #02D521;
}
</style>