Shades of Dark Pastel Green #02D425
Tints of Dark Pastel Green #02D425
RGB
CMYK
RGB Variations
Color information
#02D425 (or 0x02D425) is known color: Dark Pastel Green. HEX triplet: 02, D4 and 25. RGB value is (2,212,37). Sum of RGB (Red+Green+Blue) = 2+212+37=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 212 (83.20% from 255 or 84.46% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 212 - color contains mainly: green. Hex color #02D425 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D425 is #FD2BDA. Grayscale: #818181. Windows color (decimal): -16591835 or 2479106. OLE color: 2479106.
HSL color Cylindrical-coordinate representation of color #02D425: hue angle of 130º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D425 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 37 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.17 |
| HSL | 130º | 0.98% | 0.42% | - |
| HSV(B) | 130º | 0.99% | 0.83% | - |
| XYZ | 23.9 | 47.23 | 9.61 | - |
| YUV | 129.26 | 75.93 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 37 | 0.99 | 0 | 0.83 | 0.17 | 130 | 0.98 | 0.42 |
| Hex | 2 | D4 | 25 | 63 | 0 | 53 | 11 | 82 | 62 | 2A |
| Octal | 2 | 324 | 45 | 143 | 0 | 123 | 21 | 202 | 142 | 52 |
| Binary | 10 | 11010100 | 100101 | 1100011 | 0 | 1010011 | 10001 | 10000010 | 1100010 | 101010 |
Color Harmonies of #02D425
Complementary color
Monochromatic Colors of #02D425
Black with #02D425
Text Example
Text Example
White with #02D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D425; }
p { color: rgb(2,212,37); }
H1.HeaderClassName
{
color: #02D425;
}
.AnyTagClassName
{
color: #02D425;
}
</style>
background-color css
<style>
a { background-color: #02D425; }
a { background-color: rgb(2,212,37); }
div.DivClassName
{
background-color: #02D425;
}
.BgClassName
{
background-color: #02D425;
}
</style>
border-color css
<style>
span { border-color: #02D425; }
span { border-color: rgb(2,212,37); }
td.TdClassName
{
border-color: #02D425;
}
.TagClassName
{
border-color: #02D425;
}
</style>