Shades of Dark Pastel Green #02C825
Tints of Dark Pastel Green #02C825
RGB
CMYK
RGB Variations
Color information
#02C825 (or 0x02C825) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 25. RGB value is (2,200,37). Sum of RGB (Red+Green+Blue) = 2+200+37=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 200 (78.52% from 255 or 83.68% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 200 - color contains mainly: green. Hex color #02C825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C825 is #FD37DA. Grayscale: #7A7A7A. Windows color (decimal): -16594907 or 2476034. OLE color: 2476034.
HSL color Cylindrical-coordinate representation of color #02C825: hue angle of 130.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C825 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 37 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.22 |
| HSL | 130.61º | 0.98% | 0.4% | - |
| HSV(B) | 130.61º | 0.99% | 0.78% | - |
| XYZ | 21.01 | 41.46 | 8.64 | - |
| YUV | 122.22 | 79.9 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 37 | 0.99 | 0 | 0.82 | 0.22 | 130.61 | 0.98 | 0.4 |
| Hex | 2 | C8 | 25 | 63 | 0 | 52 | 16 | 83 | 62 | 28 |
| Octal | 2 | 310 | 45 | 143 | 0 | 122 | 26 | 203 | 142 | 50 |
| Binary | 10 | 11001000 | 100101 | 1100011 | 0 | 1010010 | 10110 | 10000011 | 1100010 | 101000 |
Color Harmonies of #02C825
Complementary color
Monochromatic Colors of #02C825
Black with #02C825
Text Example
Text Example
White with #02C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C825; }
p { color: rgb(2,200,37); }
H1.HeaderClassName
{
color: #02C825;
}
.AnyTagClassName
{
color: #02C825;
}
</style>
background-color css
<style>
a { background-color: #02C825; }
a { background-color: rgb(2,200,37); }
div.DivClassName
{
background-color: #02C825;
}
.BgClassName
{
background-color: #02C825;
}
</style>
border-color css
<style>
span { border-color: #02C825; }
span { border-color: rgb(2,200,37); }
td.TdClassName
{
border-color: #02C825;
}
.TagClassName
{
border-color: #02C825;
}
</style>