Shades of Dark Pastel Green #02C73E
Tints of Dark Pastel Green #02C73E
RGB
CMYK
RGB Variations
Color information
#02C73E (or 0x02C73E) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 3E. RGB value is (2,199,62). Sum of RGB (Red+Green+Blue) = 2+199+62=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 199 (78.12% from 255 or 75.67% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 199 - color contains mainly: green. Hex color #02C73E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C73E is #FD38C1. Grayscale: #7C7C7C. Windows color (decimal): -16595138 or 4114178. OLE color: 4114178.
HSL color Cylindrical-coordinate representation of color #02C73E: hue angle of 138.27º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C73E is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 62 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.22 |
| HSL | 138.27º | 0.98% | 0.39% | - |
| HSV(B) | 138.27º | 0.99% | 0.78% | - |
| XYZ | 21.32 | 41.21 | 11.39 | - |
| YUV | 124.48 | 92.73 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 62 | 0.99 | 0 | 0.69 | 0.22 | 138.27 | 0.98 | 0.39 |
| Hex | 2 | C7 | 3E | 63 | 0 | 45 | 16 | 8A | 62 | 27 |
| Octal | 2 | 307 | 76 | 143 | 0 | 105 | 26 | 212 | 142 | 47 |
| Binary | 10 | 11000111 | 111110 | 1100011 | 0 | 1000101 | 10110 | 10001010 | 1100010 | 100111 |
Color Harmonies of #02C73E
Complementary color
Monochromatic Colors of #02C73E
Black with #02C73E
Text Example
Text Example
White with #02C73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C73E; }
p { color: rgb(2,199,62); }
H1.HeaderClassName
{
color: #02C73E;
}
.AnyTagClassName
{
color: #02C73E;
}
</style>
background-color css
<style>
a { background-color: #02C73E; }
a { background-color: rgb(2,199,62); }
div.DivClassName
{
background-color: #02C73E;
}
.BgClassName
{
background-color: #02C73E;
}
</style>
border-color css
<style>
span { border-color: #02C73E; }
span { border-color: rgb(2,199,62); }
td.TdClassName
{
border-color: #02C73E;
}
.TagClassName
{
border-color: #02C73E;
}
</style>