Shades of Dark Pastel Green #02C643
Tints of Dark Pastel Green #02C643
RGB
CMYK
RGB Variations
Color information
#02C643 (or 0x02C643) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 43. RGB value is (2,198,67). Sum of RGB (Red+Green+Blue) = 2+198+67=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 198 (77.73% from 255 or 74.16% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 198 - color contains mainly: green. Hex color #02C643 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C643 is #FD39BC. Grayscale: #7C7C7C. Windows color (decimal): -16595389 or 4441602. OLE color: 4441602.
HSL color Cylindrical-coordinate representation of color #02C643: hue angle of 139.9º 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 #02C643 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 67 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.22 |
| HSL | 139.9º | 0.98% | 0.39% | - |
| HSV(B) | 139.9º | 0.99% | 0.78% | - |
| XYZ | 21.23 | 40.81 | 12.07 | - |
| YUV | 124.46 | 95.57 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 67 | 0.99 | 0 | 0.66 | 0.22 | 139.9 | 0.98 | 0.39 |
| Hex | 2 | C6 | 43 | 63 | 0 | 42 | 16 | 8C | 62 | 27 |
| Octal | 2 | 306 | 103 | 143 | 0 | 102 | 26 | 214 | 142 | 47 |
| Binary | 10 | 11000110 | 1000011 | 1100011 | 0 | 1000010 | 10110 | 10001100 | 1100010 | 100111 |
Color Harmonies of #02C643
Complementary color
Monochromatic Colors of #02C643
Black with #02C643
Text Example
Text Example
White with #02C643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C643; }
p { color: rgb(2,198,67); }
H1.HeaderClassName
{
color: #02C643;
}
.AnyTagClassName
{
color: #02C643;
}
</style>
background-color css
<style>
a { background-color: #02C643; }
a { background-color: rgb(2,198,67); }
div.DivClassName
{
background-color: #02C643;
}
.BgClassName
{
background-color: #02C643;
}
</style>
border-color css
<style>
span { border-color: #02C643; }
span { border-color: rgb(2,198,67); }
td.TdClassName
{
border-color: #02C643;
}
.TagClassName
{
border-color: #02C643;
}
</style>