Shades of Dark Pastel Green #02C524
Tints of Dark Pastel Green #02C524
RGB
CMYK
RGB Variations
Color information
#02C524 (or 0x02C524) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 24. RGB value is (2,197,36). Sum of RGB (Red+Green+Blue) = 2+197+36=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #02C524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C524 is #FD3ADB. Grayscale: #787878. Windows color (decimal): -16595676 or 2409730. OLE color: 2409730.
HSL color Cylindrical-coordinate representation of color #02C524: hue angle of 130.46º 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 #02C524 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 36 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.23 |
| HSL | 130.46º | 0.98% | 0.39% | - |
| HSV(B) | 130.46º | 0.99% | 0.77% | - |
| XYZ | 20.31 | 40.07 | 8.33 | - |
| YUV | 120.34 | 80.4 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 36 | 0.99 | 0 | 0.82 | 0.23 | 130.46 | 0.98 | 0.39 |
| Hex | 2 | C5 | 24 | 63 | 0 | 52 | 17 | 82 | 62 | 27 |
| Octal | 2 | 305 | 44 | 143 | 0 | 122 | 27 | 202 | 142 | 47 |
| Binary | 10 | 11000101 | 100100 | 1100011 | 0 | 1010010 | 10111 | 10000010 | 1100010 | 100111 |
Color Harmonies of #02C524
Complementary color
Monochromatic Colors of #02C524
Black with #02C524
Text Example
Text Example
White with #02C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C524; }
p { color: rgb(2,197,36); }
H1.HeaderClassName
{
color: #02C524;
}
.AnyTagClassName
{
color: #02C524;
}
</style>
background-color css
<style>
a { background-color: #02C524; }
a { background-color: rgb(2,197,36); }
div.DivClassName
{
background-color: #02C524;
}
.BgClassName
{
background-color: #02C524;
}
</style>
border-color css
<style>
span { border-color: #02C524; }
span { border-color: rgb(2,197,36); }
td.TdClassName
{
border-color: #02C524;
}
.TagClassName
{
border-color: #02C524;
}
</style>