Shades of Dark Pastel Green #02D533
Tints of Dark Pastel Green #02D533
RGB
CMYK
RGB Variations
Color information
#02D533 (or 0x02D533) is known color: Dark Pastel Green. HEX triplet: 02, D5 and 33. RGB value is (2,213,51). Sum of RGB (Red+Green+Blue) = 2+213+51=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 213 (83.59% from 255 or 80.08% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 213 - color contains mainly: green. Hex color #02D533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D533 is #FD2ACC. Grayscale: #838383. Windows color (decimal): -16591565 or 3396866. OLE color: 3396866.
HSL color Cylindrical-coordinate representation of color #02D533: hue angle of 133.93º 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 #02D533 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 51 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.16 |
| HSL | 133.93º | 0.98% | 0.42% | - |
| HSV(B) | 133.93º | 0.99% | 0.84% | - |
| XYZ | 24.42 | 47.84 | 11.08 | - |
| YUV | 131.44 | 82.6 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 51 | 0.99 | 0 | 0.76 | 0.16 | 133.93 | 0.98 | 0.42 |
| Hex | 2 | D5 | 33 | 63 | 0 | 4C | 10 | 86 | 62 | 2A |
| Octal | 2 | 325 | 63 | 143 | 0 | 114 | 20 | 206 | 142 | 52 |
| Binary | 10 | 11010101 | 110011 | 1100011 | 0 | 1001100 | 10000 | 10000110 | 1100010 | 101010 |
Color Harmonies of #02D533
Complementary color
Monochromatic Colors of #02D533
Black with #02D533
Text Example
Text Example
White with #02D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D533; }
p { color: rgb(2,213,51); }
H1.HeaderClassName
{
color: #02D533;
}
.AnyTagClassName
{
color: #02D533;
}
</style>
background-color css
<style>
a { background-color: #02D533; }
a { background-color: rgb(2,213,51); }
div.DivClassName
{
background-color: #02D533;
}
.BgClassName
{
background-color: #02D533;
}
</style>
border-color css
<style>
span { border-color: #02D533; }
span { border-color: rgb(2,213,51); }
td.TdClassName
{
border-color: #02D533;
}
.TagClassName
{
border-color: #02D533;
}
</style>