Shades of Dark Pastel Green #02D52C
Tints of Dark Pastel Green #02D52C
RGB
CMYK
RGB Variations
Color information
#02D52C (or 0x02D52C) is known color: Dark Pastel Green. HEX triplet: 02, D5 and 2C. RGB value is (2,213,44). Sum of RGB (Red+Green+Blue) = 2+213+44=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #02D52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D52C is #FD2AD3. Grayscale: #838383. Windows color (decimal): -16591572 or 2938114. OLE color: 2938114.
HSL color Cylindrical-coordinate representation of color #02D52C: hue angle of 131.94º 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 #02D52C is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 44 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.16 |
| HSL | 131.94º | 0.98% | 0.42% | - |
| HSV(B) | 131.94º | 0.99% | 0.84% | - |
| XYZ | 24.27 | 47.78 | 10.33 | - |
| YUV | 130.65 | 79.1 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 44 | 0.99 | 0 | 0.79 | 0.16 | 131.94 | 0.98 | 0.42 |
| Hex | 2 | D5 | 2C | 63 | 0 | 4F | 10 | 84 | 62 | 2A |
| Octal | 2 | 325 | 54 | 143 | 0 | 117 | 20 | 204 | 142 | 52 |
| Binary | 10 | 11010101 | 101100 | 1100011 | 0 | 1001111 | 10000 | 10000100 | 1100010 | 101010 |
Color Harmonies of #02D52C
Complementary color
Monochromatic Colors of #02D52C
Black with #02D52C
Text Example
Text Example
White with #02D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D52C; }
p { color: rgb(2,213,44); }
H1.HeaderClassName
{
color: #02D52C;
}
.AnyTagClassName
{
color: #02D52C;
}
</style>
background-color css
<style>
a { background-color: #02D52C; }
a { background-color: rgb(2,213,44); }
div.DivClassName
{
background-color: #02D52C;
}
.BgClassName
{
background-color: #02D52C;
}
</style>
border-color css
<style>
span { border-color: #02D52C; }
span { border-color: rgb(2,213,44); }
td.TdClassName
{
border-color: #02D52C;
}
.TagClassName
{
border-color: #02D52C;
}
</style>