Shades of Dark Pastel Green #02DF32
Tints of Dark Pastel Green #02DF32
RGB
CMYK
RGB Variations
Color information
#02DF32 (or 0x02DF32) is known color: Dark Pastel Green. HEX triplet: 02, DF and 32. RGB value is (2,223,50). Sum of RGB (Red+Green+Blue) = 2+223+50=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF32 is #FD20CD. Grayscale: #898989. Windows color (decimal): -16589006 or 3333890. OLE color: 3333890.
HSL color Cylindrical-coordinate representation of color #02DF32: hue angle of 133.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DF32 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 50 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.13 |
| HSL | 133.03º | 0.98% | 0.44% | - |
| HSV(B) | 133.03º | 0.99% | 0.87% | - |
| XYZ | 26.99 | 53.02 | 11.83 | - |
| YUV | 137.2 | 78.78 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 50 | 0.99 | 0 | 0.78 | 0.13 | 133.03 | 0.98 | 0.44 |
| Hex | 2 | DF | 32 | 63 | 0 | 4E | D | 85 | 62 | 2C |
| Octal | 2 | 337 | 62 | 143 | 0 | 116 | 15 | 205 | 142 | 54 |
| Binary | 10 | 11011111 | 110010 | 1100011 | 0 | 1001110 | 1101 | 10000101 | 1100010 | 101100 |
Color Harmonies of #02DF32
Complementary color
Monochromatic Colors of #02DF32
Black with #02DF32
Text Example
Text Example
White with #02DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF32; }
p { color: rgb(2,223,50); }
H1.HeaderClassName
{
color: #02DF32;
}
.AnyTagClassName
{
color: #02DF32;
}
</style>
background-color css
<style>
a { background-color: #02DF32; }
a { background-color: rgb(2,223,50); }
div.DivClassName
{
background-color: #02DF32;
}
.BgClassName
{
background-color: #02DF32;
}
</style>
border-color css
<style>
span { border-color: #02DF32; }
span { border-color: rgb(2,223,50); }
td.TdClassName
{
border-color: #02DF32;
}
.TagClassName
{
border-color: #02DF32;
}
</style>