Shades of Dark Pastel Green #02C523
Tints of Dark Pastel Green #02C523
RGB
CMYK
RGB Variations
Color information
#02C523 (or 0x02C523) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 23. RGB value is (2,197,35). Sum of RGB (Red+Green+Blue) = 2+197+35=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 197 (77.34% from 255 or 84.19% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 197 - color contains mainly: green. Hex color #02C523 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C523 is #FD3ADC. Grayscale: #787878. Windows color (decimal): -16595677 or 2344194. OLE color: 2344194.
HSL color Cylindrical-coordinate representation of color #02C523: hue angle of 130.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C523 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 35 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.23 |
| HSL | 130.15º | 0.98% | 0.39% | - |
| HSV(B) | 130.15º | 0.99% | 0.77% | - |
| XYZ | 20.29 | 40.07 | 8.25 | - |
| YUV | 120.23 | 79.9 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 35 | 0.99 | 0 | 0.82 | 0.23 | 130.15 | 0.98 | 0.39 |
| Hex | 2 | C5 | 23 | 63 | 0 | 52 | 17 | 82 | 62 | 27 |
| Octal | 2 | 305 | 43 | 143 | 0 | 122 | 27 | 202 | 142 | 47 |
| Binary | 10 | 11000101 | 100011 | 1100011 | 0 | 1010010 | 10111 | 10000010 | 1100010 | 100111 |
Color Harmonies of #02C523
Complementary color
Monochromatic Colors of #02C523
Black with #02C523
Text Example
Text Example
White with #02C523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C523; }
p { color: rgb(2,197,35); }
H1.HeaderClassName
{
color: #02C523;
}
.AnyTagClassName
{
color: #02C523;
}
</style>
background-color css
<style>
a { background-color: #02C523; }
a { background-color: rgb(2,197,35); }
div.DivClassName
{
background-color: #02C523;
}
.BgClassName
{
background-color: #02C523;
}
</style>
border-color css
<style>
span { border-color: #02C523; }
span { border-color: rgb(2,197,35); }
td.TdClassName
{
border-color: #02C523;
}
.TagClassName
{
border-color: #02C523;
}
</style>