Shades of Dark Pastel Green #02C63E
Tints of Dark Pastel Green #02C63E
RGB
CMYK
RGB Variations
Color information
#02C63E (or 0x02C63E) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 3E. RGB value is (2,198,62). Sum of RGB (Red+Green+Blue) = 2+198+62=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 198 (77.73% from 255 or 75.57% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 198 - color contains mainly: green. Hex color #02C63E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C63E is #FD39C1. Grayscale: #7C7C7C. Windows color (decimal): -16595394 or 4113922. OLE color: 4113922.
HSL color Cylindrical-coordinate representation of color #02C63E: hue angle of 138.37º 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 #02C63E is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 62 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.22 |
| HSL | 138.37º | 0.98% | 0.39% | - |
| HSV(B) | 138.37º | 0.99% | 0.78% | - |
| XYZ | 21.09 | 40.75 | 11.31 | - |
| YUV | 123.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 62 | 0.99 | 0 | 0.69 | 0.22 | 138.37 | 0.98 | 0.39 |
| Hex | 2 | C6 | 3E | 63 | 0 | 45 | 16 | 8A | 62 | 27 |
| Octal | 2 | 306 | 76 | 143 | 0 | 105 | 26 | 212 | 142 | 47 |
| Binary | 10 | 11000110 | 111110 | 1100011 | 0 | 1000101 | 10110 | 10001010 | 1100010 | 100111 |
Color Harmonies of #02C63E
Complementary color
Monochromatic Colors of #02C63E
Black with #02C63E
Text Example
Text Example
White with #02C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C63E; }
p { color: rgb(2,198,62); }
H1.HeaderClassName
{
color: #02C63E;
}
.AnyTagClassName
{
color: #02C63E;
}
</style>
background-color css
<style>
a { background-color: #02C63E; }
a { background-color: rgb(2,198,62); }
div.DivClassName
{
background-color: #02C63E;
}
.BgClassName
{
background-color: #02C63E;
}
</style>
border-color css
<style>
span { border-color: #02C63E; }
span { border-color: rgb(2,198,62); }
td.TdClassName
{
border-color: #02C63E;
}
.TagClassName
{
border-color: #02C63E;
}
</style>