Shades of Dark Pastel Green #02C52B
Tints of Dark Pastel Green #02C52B
RGB
CMYK
RGB Variations
Color information
#02C52B (or 0x02C52B) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 2B. RGB value is (2,197,43). Sum of RGB (Red+Green+Blue) = 2+197+43=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 197 (77.34% from 255 or 81.40% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 197 - color contains mainly: green. Hex color #02C52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C52B is #FD3AD4. Grayscale: #797979. Windows color (decimal): -16595669 or 2868482. OLE color: 2868482.
HSL color Cylindrical-coordinate representation of color #02C52B: hue angle of 132.62º 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 #02C52B is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 43 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.23 |
| HSL | 132.62º | 0.98% | 0.39% | - |
| HSV(B) | 132.62º | 0.99% | 0.77% | - |
| XYZ | 20.43 | 40.12 | 8.95 | - |
| YUV | 121.14 | 83.9 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 43 | 0.99 | 0 | 0.78 | 0.23 | 132.62 | 0.98 | 0.39 |
| Hex | 2 | C5 | 2B | 63 | 0 | 4E | 17 | 85 | 62 | 27 |
| Octal | 2 | 305 | 53 | 143 | 0 | 116 | 27 | 205 | 142 | 47 |
| Binary | 10 | 11000101 | 101011 | 1100011 | 0 | 1001110 | 10111 | 10000101 | 1100010 | 100111 |
Color Harmonies of #02C52B
Complementary color
Monochromatic Colors of #02C52B
Black with #02C52B
Text Example
Text Example
White with #02C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C52B; }
p { color: rgb(2,197,43); }
H1.HeaderClassName
{
color: #02C52B;
}
.AnyTagClassName
{
color: #02C52B;
}
</style>
background-color css
<style>
a { background-color: #02C52B; }
a { background-color: rgb(2,197,43); }
div.DivClassName
{
background-color: #02C52B;
}
.BgClassName
{
background-color: #02C52B;
}
</style>
border-color css
<style>
span { border-color: #02C52B; }
span { border-color: rgb(2,197,43); }
td.TdClassName
{
border-color: #02C52B;
}
.TagClassName
{
border-color: #02C52B;
}
</style>