Shades of Dark Pastel Green #02C43E
Tints of Dark Pastel Green #02C43E
RGB
CMYK
RGB Variations
Color information
#02C43E (or 0x02C43E) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 3E. RGB value is (2,196,62). Sum of RGB (Red+Green+Blue) = 2+196+62=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 196 (76.95% from 255 or 75.38% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 196 - color contains mainly: green. Hex color #02C43E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C43E is #FD3BC1. Grayscale: #7B7B7B. Windows color (decimal): -16595906 or 4113410. OLE color: 4113410.
HSL color Cylindrical-coordinate representation of color #02C43E: hue angle of 138.56º 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 #02C43E is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 62 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.23 |
| HSL | 138.56º | 0.98% | 0.39% | - |
| HSV(B) | 138.56º | 0.99% | 0.77% | - |
| XYZ | 20.63 | 39.84 | 11.16 | - |
| YUV | 122.72 | 93.73 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 62 | 0.99 | 0 | 0.68 | 0.23 | 138.56 | 0.98 | 0.39 |
| Hex | 2 | C4 | 3E | 63 | 0 | 44 | 17 | 8B | 62 | 27 |
| Octal | 2 | 304 | 76 | 143 | 0 | 104 | 27 | 213 | 142 | 47 |
| Binary | 10 | 11000100 | 111110 | 1100011 | 0 | 1000100 | 10111 | 10001011 | 1100010 | 100111 |
Color Harmonies of #02C43E
Complementary color
Monochromatic Colors of #02C43E
Black with #02C43E
Text Example
Text Example
White with #02C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C43E; }
p { color: rgb(2,196,62); }
H1.HeaderClassName
{
color: #02C43E;
}
.AnyTagClassName
{
color: #02C43E;
}
</style>
background-color css
<style>
a { background-color: #02C43E; }
a { background-color: rgb(2,196,62); }
div.DivClassName
{
background-color: #02C43E;
}
.BgClassName
{
background-color: #02C43E;
}
</style>
border-color css
<style>
span { border-color: #02C43E; }
span { border-color: rgb(2,196,62); }
td.TdClassName
{
border-color: #02C43E;
}
.TagClassName
{
border-color: #02C43E;
}
</style>