Shades of Dark Pastel Green #02CE3C
Tints of Dark Pastel Green #02CE3C
RGB
CMYK
RGB Variations
Color information
#02CE3C (or 0x02CE3C) is known color: Dark Pastel Green. HEX triplet: 02, CE and 3C. RGB value is (2,206,60). Sum of RGB (Red+Green+Blue) = 2+206+60=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 206 (80.86% from 255 or 76.87% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE3C is #FD31C3. Grayscale: #808080. Windows color (decimal): -16593348 or 3984898. OLE color: 3984898.
HSL color Cylindrical-coordinate representation of color #02CE3C: hue angle of 137.06º 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 #02CE3C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 60 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.19 |
| HSL | 137.06º | 0.98% | 0.41% | - |
| HSV(B) | 137.06º | 0.99% | 0.81% | - |
| XYZ | 22.91 | 44.48 | 11.65 | - |
| YUV | 128.36 | 89.41 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 60 | 0.99 | 0 | 0.71 | 0.19 | 137.06 | 0.98 | 0.41 |
| Hex | 2 | CE | 3C | 63 | 0 | 47 | 13 | 89 | 62 | 29 |
| Octal | 2 | 316 | 74 | 143 | 0 | 107 | 23 | 211 | 142 | 51 |
| Binary | 10 | 11001110 | 111100 | 1100011 | 0 | 1000111 | 10011 | 10001001 | 1100010 | 101001 |
Color Harmonies of #02CE3C
Complementary color
Monochromatic Colors of #02CE3C
Black with #02CE3C
Text Example
Text Example
White with #02CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE3C; }
p { color: rgb(2,206,60); }
H1.HeaderClassName
{
color: #02CE3C;
}
.AnyTagClassName
{
color: #02CE3C;
}
</style>
background-color css
<style>
a { background-color: #02CE3C; }
a { background-color: rgb(2,206,60); }
div.DivClassName
{
background-color: #02CE3C;
}
.BgClassName
{
background-color: #02CE3C;
}
</style>
border-color css
<style>
span { border-color: #02CE3C; }
span { border-color: rgb(2,206,60); }
td.TdClassName
{
border-color: #02CE3C;
}
.TagClassName
{
border-color: #02CE3C;
}
</style>