Shades of Dark Pastel Green #02D52A
Tints of Dark Pastel Green #02D52A
RGB
CMYK
RGB Variations
Color information
#02D52A (or 0x02D52A) is known color: Dark Pastel Green. HEX triplet: 02, D5 and 2A. RGB value is (2,213,42). Sum of RGB (Red+Green+Blue) = 2+213+42=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #02D52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D52A is #FD2AD5. Grayscale: #828282. Windows color (decimal): -16591574 or 2807042. OLE color: 2807042.
HSL color Cylindrical-coordinate representation of color #02D52A: hue angle of 131.37º 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 #02D52A is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 42 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.16 |
| HSL | 131.37º | 0.98% | 0.42% | - |
| HSV(B) | 131.37º | 0.99% | 0.84% | - |
| XYZ | 24.24 | 47.77 | 10.13 | - |
| YUV | 130.42 | 78.1 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 42 | 0.99 | 0 | 0.80 | 0.16 | 131.37 | 0.98 | 0.42 |
| Hex | 2 | D5 | 2A | 63 | 0 | 50 | 10 | 83 | 62 | 2A |
| Octal | 2 | 325 | 52 | 143 | 0 | 120 | 20 | 203 | 142 | 52 |
| Binary | 10 | 11010101 | 101010 | 1100011 | 0 | 1010000 | 10000 | 10000011 | 1100010 | 101010 |
Color Harmonies of #02D52A
Complementary color
Monochromatic Colors of #02D52A
Black with #02D52A
Text Example
Text Example
White with #02D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D52A; }
p { color: rgb(2,213,42); }
H1.HeaderClassName
{
color: #02D52A;
}
.AnyTagClassName
{
color: #02D52A;
}
</style>
background-color css
<style>
a { background-color: #02D52A; }
a { background-color: rgb(2,213,42); }
div.DivClassName
{
background-color: #02D52A;
}
.BgClassName
{
background-color: #02D52A;
}
</style>
border-color css
<style>
span { border-color: #02D52A; }
span { border-color: rgb(2,213,42); }
td.TdClassName
{
border-color: #02D52A;
}
.TagClassName
{
border-color: #02D52A;
}
</style>