Shades of Dark Pastel Green #02CE26
Tints of Dark Pastel Green #02CE26
RGB
CMYK
RGB Variations
Color information
#02CE26 (or 0x02CE26) is known color: Dark Pastel Green. HEX triplet: 02, CE and 26. RGB value is (2,206,38). Sum of RGB (Red+Green+Blue) = 2+206+38=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 206 (80.86% from 255 or 83.74% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE26 is #FD31D9. Grayscale: #7E7E7E. Windows color (decimal): -16593370 or 2543106. OLE color: 2543106.
HSL color Cylindrical-coordinate representation of color #02CE26: hue angle of 130.59º 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 #02CE26 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 38 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.19 |
| HSL | 130.59º | 0.98% | 0.41% | - |
| HSV(B) | 130.59º | 0.99% | 0.81% | - |
| XYZ | 22.45 | 44.3 | 9.2 | - |
| YUV | 125.85 | 78.41 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 38 | 0.99 | 0 | 0.82 | 0.19 | 130.59 | 0.98 | 0.41 |
| Hex | 2 | CE | 26 | 63 | 0 | 52 | 13 | 83 | 62 | 29 |
| Octal | 2 | 316 | 46 | 143 | 0 | 122 | 23 | 203 | 142 | 51 |
| Binary | 10 | 11001110 | 100110 | 1100011 | 0 | 1010010 | 10011 | 10000011 | 1100010 | 101001 |
Color Harmonies of #02CE26
Complementary color
Monochromatic Colors of #02CE26
Black with #02CE26
Text Example
Text Example
White with #02CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE26; }
p { color: rgb(2,206,38); }
H1.HeaderClassName
{
color: #02CE26;
}
.AnyTagClassName
{
color: #02CE26;
}
</style>
background-color css
<style>
a { background-color: #02CE26; }
a { background-color: rgb(2,206,38); }
div.DivClassName
{
background-color: #02CE26;
}
.BgClassName
{
background-color: #02CE26;
}
</style>
border-color css
<style>
span { border-color: #02CE26; }
span { border-color: rgb(2,206,38); }
td.TdClassName
{
border-color: #02CE26;
}
.TagClassName
{
border-color: #02CE26;
}
</style>