Shades of Dark Pastel Green #02C23C
Tints of Dark Pastel Green #02C23C
RGB
CMYK
RGB Variations
Color information
#02C23C (or 0x02C23C) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 3C. RGB value is (2,194,60). Sum of RGB (Red+Green+Blue) = 2+194+60=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #02C23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C23C is #FD3DC3. Grayscale: #797979. Windows color (decimal): -16596420 or 3981826. OLE color: 3981826.
HSL color Cylindrical-coordinate representation of color #02C23C: hue angle of 138.12º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C23C is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 60 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.24 |
| HSL | 138.13º | 0.98% | 0.38% | - |
| HSV(B) | 138.13º | 0.99% | 0.76% | - |
| XYZ | 20.13 | 38.92 | 10.73 | - |
| YUV | 121.32 | 93.39 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 60 | 0.99 | 0 | 0.69 | 0.24 | 138.13 | 0.98 | 0.38 |
| Hex | 2 | C2 | 3C | 63 | 0 | 45 | 18 | 8A | 62 | 26 |
| Octal | 2 | 302 | 74 | 143 | 0 | 105 | 30 | 212 | 142 | 46 |
| Binary | 10 | 11000010 | 111100 | 1100011 | 0 | 1000101 | 11000 | 10001010 | 1100010 | 100110 |
Color Harmonies of #02C23C
Complementary color
Monochromatic Colors of #02C23C
Black with #02C23C
Text Example
Text Example
White with #02C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C23C; }
p { color: rgb(2,194,60); }
H1.HeaderClassName
{
color: #02C23C;
}
.AnyTagClassName
{
color: #02C23C;
}
</style>
background-color css
<style>
a { background-color: #02C23C; }
a { background-color: rgb(2,194,60); }
div.DivClassName
{
background-color: #02C23C;
}
.BgClassName
{
background-color: #02C23C;
}
</style>
border-color css
<style>
span { border-color: #02C23C; }
span { border-color: rgb(2,194,60); }
td.TdClassName
{
border-color: #02C23C;
}
.TagClassName
{
border-color: #02C23C;
}
</style>