Shades of Dark Pastel Green #02C442
Tints of Dark Pastel Green #02C442
RGB
CMYK
RGB Variations
Color information
#02C442 (or 0x02C442) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 42. RGB value is (2,196,66). Sum of RGB (Red+Green+Blue) = 2+196+66=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 196 (76.95% from 255 or 74.24% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 196 - color contains mainly: green. Hex color #02C442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C442 is #FD3BBD. Grayscale: #7B7B7B. Windows color (decimal): -16595902 or 4375554. OLE color: 4375554.
HSL color Cylindrical-coordinate representation of color #02C442: hue angle of 139.79º 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 #02C442 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 66 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.23 |
| HSL | 139.79º | 0.98% | 0.39% | - |
| HSV(B) | 139.79º | 0.99% | 0.77% | - |
| XYZ | 20.75 | 39.89 | 11.76 | - |
| YUV | 123.17 | 95.73 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 66 | 0.99 | 0 | 0.66 | 0.23 | 139.79 | 0.98 | 0.39 |
| Hex | 2 | C4 | 42 | 63 | 0 | 42 | 17 | 8C | 62 | 27 |
| Octal | 2 | 304 | 102 | 143 | 0 | 102 | 27 | 214 | 142 | 47 |
| Binary | 10 | 11000100 | 1000010 | 1100011 | 0 | 1000010 | 10111 | 10001100 | 1100010 | 100111 |
Color Harmonies of #02C442
Complementary color
Monochromatic Colors of #02C442
Black with #02C442
Text Example
Text Example
White with #02C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C442; }
p { color: rgb(2,196,66); }
H1.HeaderClassName
{
color: #02C442;
}
.AnyTagClassName
{
color: #02C442;
}
</style>
background-color css
<style>
a { background-color: #02C442; }
a { background-color: rgb(2,196,66); }
div.DivClassName
{
background-color: #02C442;
}
.BgClassName
{
background-color: #02C442;
}
</style>
border-color css
<style>
span { border-color: #02C442; }
span { border-color: rgb(2,196,66); }
td.TdClassName
{
border-color: #02C442;
}
.TagClassName
{
border-color: #02C442;
}
</style>