Shades of Dark Pastel Green #02DF30
Tints of Dark Pastel Green #02DF30
RGB
CMYK
RGB Variations
Color information
#02DF30 (or 0x02DF30) is known color: Dark Pastel Green. HEX triplet: 02, DF and 30. RGB value is (2,223,48). Sum of RGB (Red+Green+Blue) = 2+223+48=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF30 is #FD20CF. Grayscale: #898989. Windows color (decimal): -16589008 or 3202818. OLE color: 3202818.
HSL color Cylindrical-coordinate representation of color #02DF30: hue angle of 132.49º 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 #02DF30 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 48 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.13 |
| HSL | 132.49º | 0.98% | 0.44% | - |
| HSV(B) | 132.49º | 0.99% | 0.87% | - |
| XYZ | 26.95 | 53 | 11.61 | - |
| YUV | 136.97 | 77.78 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 48 | 0.99 | 0 | 0.78 | 0.13 | 132.49 | 0.98 | 0.44 |
| Hex | 2 | DF | 30 | 63 | 0 | 4E | D | 84 | 62 | 2C |
| Octal | 2 | 337 | 60 | 143 | 0 | 116 | 15 | 204 | 142 | 54 |
| Binary | 10 | 11011111 | 110000 | 1100011 | 0 | 1001110 | 1101 | 10000100 | 1100010 | 101100 |
Color Harmonies of #02DF30
Complementary color
Monochromatic Colors of #02DF30
Black with #02DF30
Text Example
Text Example
White with #02DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF30; }
p { color: rgb(2,223,48); }
H1.HeaderClassName
{
color: #02DF30;
}
.AnyTagClassName
{
color: #02DF30;
}
</style>
background-color css
<style>
a { background-color: #02DF30; }
a { background-color: rgb(2,223,48); }
div.DivClassName
{
background-color: #02DF30;
}
.BgClassName
{
background-color: #02DF30;
}
</style>
border-color css
<style>
span { border-color: #02DF30; }
span { border-color: rgb(2,223,48); }
td.TdClassName
{
border-color: #02DF30;
}
.TagClassName
{
border-color: #02DF30;
}
</style>