Shades of Dark Pastel Green #02CE3A
Tints of Dark Pastel Green #02CE3A
RGB
CMYK
RGB Variations
Color information
#02CE3A (or 0x02CE3A) is known color: Dark Pastel Green. HEX triplet: 02, CE and 3A. RGB value is (2,206,58). Sum of RGB (Red+Green+Blue) = 2+206+58=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE3A is #FD31C5. Grayscale: #808080. Windows color (decimal): -16593350 or 3853826. OLE color: 3853826.
HSL color Cylindrical-coordinate representation of color #02CE3A: hue angle of 136.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE3A is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 58 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.19 |
| HSL | 136.47º | 0.98% | 0.41% | - |
| HSV(B) | 136.47º | 0.99% | 0.81% | - |
| XYZ | 22.86 | 44.46 | 11.38 | - |
| YUV | 128.13 | 88.41 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 58 | 0.99 | 0 | 0.72 | 0.19 | 136.47 | 0.98 | 0.41 |
| Hex | 2 | CE | 3A | 63 | 0 | 48 | 13 | 88 | 62 | 29 |
| Octal | 2 | 316 | 72 | 143 | 0 | 110 | 23 | 210 | 142 | 51 |
| Binary | 10 | 11001110 | 111010 | 1100011 | 0 | 1001000 | 10011 | 10001000 | 1100010 | 101001 |
Color Harmonies of #02CE3A
Complementary color
Monochromatic Colors of #02CE3A
Black with #02CE3A
Text Example
Text Example
White with #02CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE3A; }
p { color: rgb(2,206,58); }
H1.HeaderClassName
{
color: #02CE3A;
}
.AnyTagClassName
{
color: #02CE3A;
}
</style>
background-color css
<style>
a { background-color: #02CE3A; }
a { background-color: rgb(2,206,58); }
div.DivClassName
{
background-color: #02CE3A;
}
.BgClassName
{
background-color: #02CE3A;
}
</style>
border-color css
<style>
span { border-color: #02CE3A; }
span { border-color: rgb(2,206,58); }
td.TdClassName
{
border-color: #02CE3A;
}
.TagClassName
{
border-color: #02CE3A;
}
</style>