Shades of Dark Pastel Green #02D539
Tints of Dark Pastel Green #02D539
RGB
CMYK
RGB Variations
Color information
#02D539 (or 0x02D539) is known color: Dark Pastel Green. HEX triplet: 02, D5 and 39. RGB value is (2,213,57). Sum of RGB (Red+Green+Blue) = 2+213+57=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 213 (83.59% from 255 or 78.31% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 213 - color contains mainly: green. Hex color #02D539 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D539 is #FD2AC6. Grayscale: #848484. Windows color (decimal): -16591559 or 3790082. OLE color: 3790082.
HSL color Cylindrical-coordinate representation of color #02D539: hue angle of 135.64º 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 #02D539 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 57 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.16 |
| HSL | 135.64º | 0.98% | 0.42% | - |
| HSV(B) | 135.64º | 0.99% | 0.84% | - |
| XYZ | 24.56 | 47.9 | 11.82 | - |
| YUV | 132.13 | 85.6 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 57 | 0.99 | 0 | 0.73 | 0.16 | 135.64 | 0.98 | 0.42 |
| Hex | 2 | D5 | 39 | 63 | 0 | 49 | 10 | 88 | 62 | 2A |
| Octal | 2 | 325 | 71 | 143 | 0 | 111 | 20 | 210 | 142 | 52 |
| Binary | 10 | 11010101 | 111001 | 1100011 | 0 | 1001001 | 10000 | 10001000 | 1100010 | 101010 |
Color Harmonies of #02D539
Complementary color
Monochromatic Colors of #02D539
Black with #02D539
Text Example
Text Example
White with #02D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D539; }
p { color: rgb(2,213,57); }
H1.HeaderClassName
{
color: #02D539;
}
.AnyTagClassName
{
color: #02D539;
}
</style>
background-color css
<style>
a { background-color: #02D539; }
a { background-color: rgb(2,213,57); }
div.DivClassName
{
background-color: #02D539;
}
.BgClassName
{
background-color: #02D539;
}
</style>
border-color css
<style>
span { border-color: #02D539; }
span { border-color: rgb(2,213,57); }
td.TdClassName
{
border-color: #02D539;
}
.TagClassName
{
border-color: #02D539;
}
</style>