Shades of Dark Pastel Green #02C44E
Tints of Dark Pastel Green #02C44E
RGB
CMYK
RGB Variations
Color information
#02C44E (or 0x02C44E) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 4E. RGB value is (2,196,78). Sum of RGB (Red+Green+Blue) = 2+196+78=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #02C44E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C44E is #FD3BB1. Grayscale: #7C7C7C. Windows color (decimal): -16595890 or 5161986. OLE color: 5161986.
HSL color Cylindrical-coordinate representation of color #02C44E: hue angle of 143.51º 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 #02C44E is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 78 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.23 |
| HSL | 143.51º | 0.98% | 0.39% | - |
| HSV(B) | 143.51º | 0.99% | 0.77% | - |
| XYZ | 21.14 | 40.04 | 13.82 | - |
| YUV | 124.54 | 101.73 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 78 | 0.99 | 0 | 0.60 | 0.23 | 143.51 | 0.98 | 0.39 |
| Hex | 2 | C4 | 4E | 63 | 0 | 3C | 17 | 90 | 62 | 27 |
| Octal | 2 | 304 | 116 | 143 | 0 | 74 | 27 | 220 | 142 | 47 |
| Binary | 10 | 11000100 | 1001110 | 1100011 | 0 | 111100 | 10111 | 10010000 | 1100010 | 100111 |
Color Harmonies of #02C44E
Complementary color
Monochromatic Colors of #02C44E
Black with #02C44E
Text Example
Text Example
White with #02C44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C44E; }
p { color: rgb(2,196,78); }
H1.HeaderClassName
{
color: #02C44E;
}
.AnyTagClassName
{
color: #02C44E;
}
</style>
background-color css
<style>
a { background-color: #02C44E; }
a { background-color: rgb(2,196,78); }
div.DivClassName
{
background-color: #02C44E;
}
.BgClassName
{
background-color: #02C44E;
}
</style>
border-color css
<style>
span { border-color: #02C44E; }
span { border-color: rgb(2,196,78); }
td.TdClassName
{
border-color: #02C44E;
}
.TagClassName
{
border-color: #02C44E;
}
</style>