Shades of Dark Pastel Green #02D623
Tints of Dark Pastel Green #02D623
RGB
CMYK
RGB Variations
Color information
#02D623 (or 0x02D623) is known color: Dark Pastel Green. HEX triplet: 02, D6 and 23. RGB value is (2,214,35). Sum of RGB (Red+Green+Blue) = 2+214+35=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 214 (83.98% from 255 or 85.26% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 214 - color contains mainly: green. Hex color #02D623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D623 is #FD29DC. Grayscale: #828282. Windows color (decimal): -16591325 or 2348546. OLE color: 2348546.
HSL color Cylindrical-coordinate representation of color #02D623: hue angle of 129.34º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D623 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 35 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.16 |
| HSL | 129.34º | 0.98% | 0.42% | - |
| HSV(B) | 129.34º | 0.99% | 0.84% | - |
| XYZ | 24.37 | 48.23 | 9.61 | - |
| YUV | 130.21 | 74.26 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 35 | 0.99 | 0 | 0.84 | 0.16 | 129.34 | 0.98 | 0.42 |
| Hex | 2 | D6 | 23 | 63 | 0 | 54 | 10 | 81 | 62 | 2A |
| Octal | 2 | 326 | 43 | 143 | 0 | 124 | 20 | 201 | 142 | 52 |
| Binary | 10 | 11010110 | 100011 | 1100011 | 0 | 1010100 | 10000 | 10000001 | 1100010 | 101010 |
Color Harmonies of #02D623
Complementary color
Monochromatic Colors of #02D623
Black with #02D623
Text Example
Text Example
White with #02D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D623; }
p { color: rgb(2,214,35); }
H1.HeaderClassName
{
color: #02D623;
}
.AnyTagClassName
{
color: #02D623;
}
</style>
background-color css
<style>
a { background-color: #02D623; }
a { background-color: rgb(2,214,35); }
div.DivClassName
{
background-color: #02D623;
}
.BgClassName
{
background-color: #02D623;
}
</style>
border-color css
<style>
span { border-color: #02D623; }
span { border-color: rgb(2,214,35); }
td.TdClassName
{
border-color: #02D623;
}
.TagClassName
{
border-color: #02D623;
}
</style>