Shades of Dark Pastel Green #02C115
Tints of Dark Pastel Green #02C115
RGB
CMYK
RGB Variations
Color information
#02C115 (or 0x02C115) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 15. RGB value is (2,193,21). Sum of RGB (Red+Green+Blue) = 2+193+21=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 193 (75.78% from 255 or 89.35% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 193 - color contains mainly: green. Hex color #02C115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C115 is #FD3EEA. Grayscale: #747474. Windows color (decimal): -16596715 or 1425666. OLE color: 1425666.
HSL color Cylindrical-coordinate representation of color #02C115: hue angle of 125.97º 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 #02C115 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 21 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.24 |
| HSL | 125.97º | 0.98% | 0.38% | - |
| HSV(B) | 125.97º | 0.99% | 0.76% | - |
| XYZ | 19.23 | 38.21 | 7.07 | - |
| YUV | 116.28 | 74.22 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 21 | 0.99 | 0 | 0.89 | 0.24 | 125.97 | 0.98 | 0.38 |
| Hex | 2 | C1 | 15 | 63 | 0 | 59 | 18 | 7E | 62 | 26 |
| Octal | 2 | 301 | 25 | 143 | 0 | 131 | 30 | 176 | 142 | 46 |
| Binary | 10 | 11000001 | 10101 | 1100011 | 0 | 1011001 | 11000 | 1111110 | 1100010 | 100110 |
Color Harmonies of #02C115
Complementary color
Monochromatic Colors of #02C115
Black with #02C115
Text Example
Text Example
White with #02C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C115; }
p { color: rgb(2,193,21); }
H1.HeaderClassName
{
color: #02C115;
}
.AnyTagClassName
{
color: #02C115;
}
</style>
background-color css
<style>
a { background-color: #02C115; }
a { background-color: rgb(2,193,21); }
div.DivClassName
{
background-color: #02C115;
}
.BgClassName
{
background-color: #02C115;
}
</style>
border-color css
<style>
span { border-color: #02C115; }
span { border-color: rgb(2,193,21); }
td.TdClassName
{
border-color: #02C115;
}
.TagClassName
{
border-color: #02C115;
}
</style>