Shades of Dark Pastel Green #02D33F
Tints of Dark Pastel Green #02D33F
RGB
CMYK
RGB Variations
Color information
#02D33F (or 0x02D33F) is known color: Dark Pastel Green. HEX triplet: 02, D3 and 3F. RGB value is (2,211,63). Sum of RGB (Red+Green+Blue) = 2+211+63=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #02D33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D33F is #FD2CC0. Grayscale: #848484. Windows color (decimal): -16592065 or 4182786. OLE color: 4182786.
HSL color Cylindrical-coordinate representation of color #02D33F: hue angle of 137.51º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D33F is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 63 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.17 |
| HSL | 137.51º | 0.98% | 0.42% | - |
| HSV(B) | 137.51º | 0.99% | 0.83% | - |
| XYZ | 24.22 | 46.96 | 12.49 | - |
| YUV | 131.64 | 89.26 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 63 | 0.99 | 0 | 0.70 | 0.17 | 137.51 | 0.98 | 0.42 |
| Hex | 2 | D3 | 3F | 63 | 0 | 46 | 11 | 8A | 62 | 2A |
| Octal | 2 | 323 | 77 | 143 | 0 | 106 | 21 | 212 | 142 | 52 |
| Binary | 10 | 11010011 | 111111 | 1100011 | 0 | 1000110 | 10001 | 10001010 | 1100010 | 101010 |
Color Harmonies of #02D33F
Complementary color
Monochromatic Colors of #02D33F
Black with #02D33F
Text Example
Text Example
White with #02D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D33F; }
p { color: rgb(2,211,63); }
H1.HeaderClassName
{
color: #02D33F;
}
.AnyTagClassName
{
color: #02D33F;
}
</style>
background-color css
<style>
a { background-color: #02D33F; }
a { background-color: rgb(2,211,63); }
div.DivClassName
{
background-color: #02D33F;
}
.BgClassName
{
background-color: #02D33F;
}
</style>
border-color css
<style>
span { border-color: #02D33F; }
span { border-color: rgb(2,211,63); }
td.TdClassName
{
border-color: #02D33F;
}
.TagClassName
{
border-color: #02D33F;
}
</style>