Shades of Dark Pastel Green #02C63B
Tints of Dark Pastel Green #02C63B
RGB
CMYK
RGB Variations
Color information
#02C63B (or 0x02C63B) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 3B. RGB value is (2,198,59). Sum of RGB (Red+Green+Blue) = 2+198+59=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 198 (77.73% from 255 or 76.45% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 198 - color contains mainly: green. Hex color #02C63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C63B is #FD39C4. Grayscale: #7B7B7B. Windows color (decimal): -16595397 or 3917314. OLE color: 3917314.
HSL color Cylindrical-coordinate representation of color #02C63B: hue angle of 137.45º 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 #02C63B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 59 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.22 |
| HSL | 137.45º | 0.98% | 0.39% | - |
| HSV(B) | 137.45º | 0.99% | 0.78% | - |
| XYZ | 21.01 | 40.72 | 10.89 | - |
| YUV | 123.55 | 91.57 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 59 | 0.99 | 0 | 0.70 | 0.22 | 137.45 | 0.98 | 0.39 |
| Hex | 2 | C6 | 3B | 63 | 0 | 46 | 16 | 89 | 62 | 27 |
| Octal | 2 | 306 | 73 | 143 | 0 | 106 | 26 | 211 | 142 | 47 |
| Binary | 10 | 11000110 | 111011 | 1100011 | 0 | 1000110 | 10110 | 10001001 | 1100010 | 100111 |
Color Harmonies of #02C63B
Complementary color
Monochromatic Colors of #02C63B
Black with #02C63B
Text Example
Text Example
White with #02C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C63B; }
p { color: rgb(2,198,59); }
H1.HeaderClassName
{
color: #02C63B;
}
.AnyTagClassName
{
color: #02C63B;
}
</style>
background-color css
<style>
a { background-color: #02C63B; }
a { background-color: rgb(2,198,59); }
div.DivClassName
{
background-color: #02C63B;
}
.BgClassName
{
background-color: #02C63B;
}
</style>
border-color css
<style>
span { border-color: #02C63B; }
span { border-color: rgb(2,198,59); }
td.TdClassName
{
border-color: #02C63B;
}
.TagClassName
{
border-color: #02C63B;
}
</style>