Shades of Dark Pastel Green #02D624
Tints of Dark Pastel Green #02D624
RGB
CMYK
RGB Variations
Color information
#02D624 (or 0x02D624) is known color: Dark Pastel Green. HEX triplet: 02, D6 and 24. RGB value is (2,214,36). Sum of RGB (Red+Green+Blue) = 2+214+36=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 214 (83.98% from 255 or 84.92% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 214 - color contains mainly: green. Hex color #02D624 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D624 is #FD29DB. Grayscale: #828282. Windows color (decimal): -16591324 or 2414082. OLE color: 2414082.
HSL color Cylindrical-coordinate representation of color #02D624: hue angle of 129.62º 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 #02D624 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 36 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.16 |
| HSL | 129.62º | 0.98% | 0.42% | - |
| HSV(B) | 129.62º | 0.99% | 0.84% | - |
| XYZ | 24.39 | 48.23 | 9.69 | - |
| YUV | 130.32 | 74.76 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 36 | 0.99 | 0 | 0.83 | 0.16 | 129.62 | 0.98 | 0.42 |
| Hex | 2 | D6 | 24 | 63 | 0 | 53 | 10 | 82 | 62 | 2A |
| Octal | 2 | 326 | 44 | 143 | 0 | 123 | 20 | 202 | 142 | 52 |
| Binary | 10 | 11010110 | 100100 | 1100011 | 0 | 1010011 | 10000 | 10000010 | 1100010 | 101010 |
Color Harmonies of #02D624
Complementary color
Monochromatic Colors of #02D624
Black with #02D624
Text Example
Text Example
White with #02D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D624; }
p { color: rgb(2,214,36); }
H1.HeaderClassName
{
color: #02D624;
}
.AnyTagClassName
{
color: #02D624;
}
</style>
background-color css
<style>
a { background-color: #02D624; }
a { background-color: rgb(2,214,36); }
div.DivClassName
{
background-color: #02D624;
}
.BgClassName
{
background-color: #02D624;
}
</style>
border-color css
<style>
span { border-color: #02D624; }
span { border-color: rgb(2,214,36); }
td.TdClassName
{
border-color: #02D624;
}
.TagClassName
{
border-color: #02D624;
}
</style>