Shades of Dark Pastel Green #02DC32
Tints of Dark Pastel Green #02DC32
RGB
CMYK
RGB Variations
Color information
#02DC32 (or 0x02DC32) is known color: Dark Pastel Green. HEX triplet: 02, DC and 32. RGB value is (2,220,50). Sum of RGB (Red+Green+Blue) = 2+220+50=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC32 is #FD23CD. Grayscale: #878787. Windows color (decimal): -16589774 or 3333122. OLE color: 3333122.
HSL color Cylindrical-coordinate representation of color #02DC32: hue angle of 133.21º 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 #02DC32 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 50 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.14 |
| HSL | 133.21º | 0.98% | 0.44% | - |
| HSV(B) | 133.21º | 0.99% | 0.86% | - |
| XYZ | 26.19 | 51.43 | 11.56 | - |
| YUV | 135.44 | 79.78 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 50 | 0.99 | 0 | 0.77 | 0.14 | 133.21 | 0.98 | 0.44 |
| Hex | 2 | DC | 32 | 63 | 0 | 4D | E | 85 | 62 | 2C |
| Octal | 2 | 334 | 62 | 143 | 0 | 115 | 16 | 205 | 142 | 54 |
| Binary | 10 | 11011100 | 110010 | 1100011 | 0 | 1001101 | 1110 | 10000101 | 1100010 | 101100 |
Color Harmonies of #02DC32
Complementary color
Monochromatic Colors of #02DC32
Black with #02DC32
Text Example
Text Example
White with #02DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC32; }
p { color: rgb(2,220,50); }
H1.HeaderClassName
{
color: #02DC32;
}
.AnyTagClassName
{
color: #02DC32;
}
</style>
background-color css
<style>
a { background-color: #02DC32; }
a { background-color: rgb(2,220,50); }
div.DivClassName
{
background-color: #02DC32;
}
.BgClassName
{
background-color: #02DC32;
}
</style>
border-color css
<style>
span { border-color: #02DC32; }
span { border-color: rgb(2,220,50); }
td.TdClassName
{
border-color: #02DC32;
}
.TagClassName
{
border-color: #02DC32;
}
</style>