Shades of Pigment Green #02C15C
Tints of Pigment Green #02C15C
RGB
CMYK
RGB Variations
Color information
#02C15C (or 0x02C15C) is known color: Pigment Green. HEX triplet: 02, C1 and 5C. RGB value is (2,193,92). Sum of RGB (Red+Green+Blue) = 2+193+92=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #02C15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C15C is #FD3EA3. Grayscale: #7C7C7C. Windows color (decimal): -16596644 or 6078722. OLE color: 6078722.
HSL color Cylindrical-coordinate representation of color #02C15C: hue angle of 148.27º 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 #02C15C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 92 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.24 |
| HSL | 148.27º | 0.98% | 0.38% | - |
| HSV(B) | 148.27º | 0.99% | 0.76% | - |
| XYZ | 21.03 | 38.93 | 16.53 | - |
| YUV | 124.38 | 109.72 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 92 | 0.99 | 0 | 0.52 | 0.24 | 148.27 | 0.98 | 0.38 |
| Hex | 2 | C1 | 5C | 63 | 0 | 34 | 18 | 94 | 62 | 26 |
| Octal | 2 | 301 | 134 | 143 | 0 | 64 | 30 | 224 | 142 | 46 |
| Binary | 10 | 11000001 | 1011100 | 1100011 | 0 | 110100 | 11000 | 10010100 | 1100010 | 100110 |
Color Harmonies of #02C15C
Complementary color
Monochromatic Colors of #02C15C
Black with #02C15C
Text Example
Text Example
White with #02C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C15C; }
p { color: rgb(2,193,92); }
H1.HeaderClassName
{
color: #02C15C;
}
.AnyTagClassName
{
color: #02C15C;
}
</style>
background-color css
<style>
a { background-color: #02C15C; }
a { background-color: rgb(2,193,92); }
div.DivClassName
{
background-color: #02C15C;
}
.BgClassName
{
background-color: #02C15C;
}
</style>
border-color css
<style>
span { border-color: #02C15C; }
span { border-color: rgb(2,193,92); }
td.TdClassName
{
border-color: #02C15C;
}
.TagClassName
{
border-color: #02C15C;
}
</style>