Shades of Dark Pastel Green #02D23F
Tints of Dark Pastel Green #02D23F
RGB
CMYK
RGB Variations
Color information
#02D23F (or 0x02D23F) is known color: Dark Pastel Green. HEX triplet: 02, D2 and 3F. RGB value is (2,210,63). Sum of RGB (Red+Green+Blue) = 2+210+63=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 210 (82.42% from 255 or 76.36% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 210 - color contains mainly: green. Hex color #02D23F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D23F is #FD2DC0. Grayscale: #838383. Windows color (decimal): -16592321 or 4182530. OLE color: 4182530.
HSL color Cylindrical-coordinate representation of color #02D23F: hue angle of 137.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D23F is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 63 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.18 |
| HSL | 137.6º | 0.98% | 0.42% | - |
| HSV(B) | 137.6º | 0.99% | 0.82% | - |
| XYZ | 23.97 | 46.46 | 12.41 | - |
| YUV | 131.05 | 89.59 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 63 | 0.99 | 0 | 0.70 | 0.18 | 137.6 | 0.98 | 0.42 |
| Hex | 2 | D2 | 3F | 63 | 0 | 46 | 12 | 8A | 62 | 2A |
| Octal | 2 | 322 | 77 | 143 | 0 | 106 | 22 | 212 | 142 | 52 |
| Binary | 10 | 11010010 | 111111 | 1100011 | 0 | 1000110 | 10010 | 10001010 | 1100010 | 101010 |
Color Harmonies of #02D23F
Complementary color
Monochromatic Colors of #02D23F
Black with #02D23F
Text Example
Text Example
White with #02D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D23F; }
p { color: rgb(2,210,63); }
H1.HeaderClassName
{
color: #02D23F;
}
.AnyTagClassName
{
color: #02D23F;
}
</style>
background-color css
<style>
a { background-color: #02D23F; }
a { background-color: rgb(2,210,63); }
div.DivClassName
{
background-color: #02D23F;
}
.BgClassName
{
background-color: #02D23F;
}
</style>
border-color css
<style>
span { border-color: #02D23F; }
span { border-color: rgb(2,210,63); }
td.TdClassName
{
border-color: #02D23F;
}
.TagClassName
{
border-color: #02D23F;
}
</style>