Shades of Jade #02C36F
Tints of Jade #02C36F
RGB
CMYK
RGB Variations
Color information
#02C36F (or 0x02C36F) is known color: Jade. HEX triplet: 02, C3 and 6F. RGB value is (2,195,111). Sum of RGB (Red+Green+Blue) = 2+195+111=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #02C36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C36F is #FD3C90. Grayscale: #7F7F7F. Windows color (decimal): -16596113 or 7324418. OLE color: 7324418.
HSL color Cylindrical-coordinate representation of color #02C36F: hue angle of 153.89º 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 #02C36F is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 111 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.24 |
| HSL | 153.89º | 0.98% | 0.39% | - |
| HSV(B) | 153.89º | 0.99% | 0.76% | - |
| XYZ | 22.41 | 40.19 | 21.62 | - |
| YUV | 127.72 | 118.56 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 111 | 0.99 | 0 | 0.43 | 0.24 | 153.89 | 0.98 | 0.39 |
| Hex | 2 | C3 | 6F | 63 | 0 | 2B | 18 | 9A | 62 | 27 |
| Octal | 2 | 303 | 157 | 143 | 0 | 53 | 30 | 232 | 142 | 47 |
| Binary | 10 | 11000011 | 1101111 | 1100011 | 0 | 101011 | 11000 | 10011010 | 1100010 | 100111 |
Color Harmonies of #02C36F
Complementary color
Monochromatic Colors of #02C36F
Black with #02C36F
Text Example
Text Example
White with #02C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C36F; }
p { color: rgb(2,195,111); }
H1.HeaderClassName
{
color: #02C36F;
}
.AnyTagClassName
{
color: #02C36F;
}
</style>
background-color css
<style>
a { background-color: #02C36F; }
a { background-color: rgb(2,195,111); }
div.DivClassName
{
background-color: #02C36F;
}
.BgClassName
{
background-color: #02C36F;
}
</style>
border-color css
<style>
span { border-color: #02C36F; }
span { border-color: rgb(2,195,111); }
td.TdClassName
{
border-color: #02C36F;
}
.TagClassName
{
border-color: #02C36F;
}
</style>