Shades of Dark Pastel Green #02DC33
Tints of Dark Pastel Green #02DC33
RGB
CMYK
RGB Variations
Color information
#02DC33 (or 0x02DC33) is known color: Dark Pastel Green. HEX triplet: 02, DC and 33. RGB value is (2,220,51). Sum of RGB (Red+Green+Blue) = 2+220+51=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC33 is #FD23CC. Grayscale: #888888. Windows color (decimal): -16589773 or 3398658. OLE color: 3398658.
HSL color Cylindrical-coordinate representation of color #02DC33: hue angle of 133.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC33 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 51 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.14 |
| HSL | 133.49º | 0.98% | 0.44% | - |
| HSV(B) | 133.49º | 0.99% | 0.86% | - |
| XYZ | 26.22 | 51.44 | 11.68 | - |
| YUV | 135.55 | 80.28 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 51 | 0.99 | 0 | 0.77 | 0.14 | 133.49 | 0.98 | 0.44 |
| Hex | 2 | DC | 33 | 63 | 0 | 4D | E | 85 | 62 | 2C |
| Octal | 2 | 334 | 63 | 143 | 0 | 115 | 16 | 205 | 142 | 54 |
| Binary | 10 | 11011100 | 110011 | 1100011 | 0 | 1001101 | 1110 | 10000101 | 1100010 | 101100 |
Color Harmonies of #02DC33
Complementary color
Monochromatic Colors of #02DC33
Black with #02DC33
Text Example
Text Example
White with #02DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC33; }
p { color: rgb(2,220,51); }
H1.HeaderClassName
{
color: #02DC33;
}
.AnyTagClassName
{
color: #02DC33;
}
</style>
background-color css
<style>
a { background-color: #02DC33; }
a { background-color: rgb(2,220,51); }
div.DivClassName
{
background-color: #02DC33;
}
.BgClassName
{
background-color: #02DC33;
}
</style>
border-color css
<style>
span { border-color: #02DC33; }
span { border-color: rgb(2,220,51); }
td.TdClassName
{
border-color: #02DC33;
}
.TagClassName
{
border-color: #02DC33;
}
</style>