Shades of Dark Pastel Green #02DF33
Tints of Dark Pastel Green #02DF33
RGB
CMYK
RGB Variations
Color information
#02DF33 (or 0x02DF33) is known color: Dark Pastel Green. HEX triplet: 02, DF and 33. RGB value is (2,223,51). Sum of RGB (Red+Green+Blue) = 2+223+51=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 223 (87.5% from 255 or 80.80% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF33 is #FD20CC. Grayscale: #898989. Windows color (decimal): -16589005 or 3399426. OLE color: 3399426.
HSL color Cylindrical-coordinate representation of color #02DF33: hue angle of 133.3º 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 #02DF33 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 51 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.13 |
| HSL | 133.3º | 0.98% | 0.44% | - |
| HSV(B) | 133.3º | 0.99% | 0.87% | - |
| XYZ | 27.01 | 53.03 | 11.94 | - |
| YUV | 137.31 | 79.28 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 51 | 0.99 | 0 | 0.77 | 0.13 | 133.3 | 0.98 | 0.44 |
| Hex | 2 | DF | 33 | 63 | 0 | 4D | D | 85 | 62 | 2C |
| Octal | 2 | 337 | 63 | 143 | 0 | 115 | 15 | 205 | 142 | 54 |
| Binary | 10 | 11011111 | 110011 | 1100011 | 0 | 1001101 | 1101 | 10000101 | 1100010 | 101100 |
Color Harmonies of #02DF33
Complementary color
Monochromatic Colors of #02DF33
Black with #02DF33
Text Example
Text Example
White with #02DF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF33; }
p { color: rgb(2,223,51); }
H1.HeaderClassName
{
color: #02DF33;
}
.AnyTagClassName
{
color: #02DF33;
}
</style>
background-color css
<style>
a { background-color: #02DF33; }
a { background-color: rgb(2,223,51); }
div.DivClassName
{
background-color: #02DF33;
}
.BgClassName
{
background-color: #02DF33;
}
</style>
border-color css
<style>
span { border-color: #02DF33; }
span { border-color: rgb(2,223,51); }
td.TdClassName
{
border-color: #02DF33;
}
.TagClassName
{
border-color: #02DF33;
}
</style>