Shades of Jade #02C36E
Tints of Jade #02C36E
RGB
CMYK
RGB Variations
Color information
#02C36E (or 0x02C36E) is known color: Jade. HEX triplet: 02, C3 and 6E. RGB value is (2,195,110). Sum of RGB (Red+Green+Blue) = 2+195+110=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #02C36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C36E is #FD3C91. Grayscale: #7F7F7F. Windows color (decimal): -16596114 or 7258882. OLE color: 7258882.
HSL color Cylindrical-coordinate representation of color #02C36E: hue angle of 153.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C36E is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 110 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.24 |
| HSL | 153.58º | 0.98% | 0.39% | - |
| HSV(B) | 153.58º | 0.99% | 0.76% | - |
| XYZ | 22.35 | 40.17 | 21.33 | - |
| YUV | 127.6 | 118.06 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 110 | 0.99 | 0 | 0.44 | 0.24 | 153.58 | 0.98 | 0.39 |
| Hex | 2 | C3 | 6E | 63 | 0 | 2C | 18 | 9A | 62 | 27 |
| Octal | 2 | 303 | 156 | 143 | 0 | 54 | 30 | 232 | 142 | 47 |
| Binary | 10 | 11000011 | 1101110 | 1100011 | 0 | 101100 | 11000 | 10011010 | 1100010 | 100111 |
Color Harmonies of #02C36E
Complementary color
Monochromatic Colors of #02C36E
Black with #02C36E
Text Example
Text Example
White with #02C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C36E; }
p { color: rgb(2,195,110); }
H1.HeaderClassName
{
color: #02C36E;
}
.AnyTagClassName
{
color: #02C36E;
}
</style>
background-color css
<style>
a { background-color: #02C36E; }
a { background-color: rgb(2,195,110); }
div.DivClassName
{
background-color: #02C36E;
}
.BgClassName
{
background-color: #02C36E;
}
</style>
border-color css
<style>
span { border-color: #02C36E; }
span { border-color: rgb(2,195,110); }
td.TdClassName
{
border-color: #02C36E;
}
.TagClassName
{
border-color: #02C36E;
}
</style>