Html Css Color HEX #02BC60 Jade

📋 copy color: '#02BC60'

red 2 ◦ green 188 ◦ blue 96

#02BC60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #02BC60

Tints of Jade #02BC60

RGB

 RED value IS 2 (1.17% from 255) = 0.7%

 GREEN value IS 188 (73.83% from 255) = 65.73%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 0.7%
G = 65.73%
B = 33.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02BC60 (or 0x02BC60) is known color: Jade. HEX triplet: 02, BC and 60. RGB value is (2,188,96). Sum of RGB (Red+Green+Blue) = 2+188+96=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC60 is #FD439F. Grayscale: #7A7A7A. Windows color (decimal): -16597920 or 6339586. OLE color: 6339586.

HSL color Cylindrical-coordinate representation of color #02BC60: hue angle of 150.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC60 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 96 -
CMYK 0.99 0 0.49 0.26
HSL 150.32º 0.98% 0.37% -
HSV(B) 150.32º 0.99% 0.74% -
XYZ 20.12 36.82 17.11 -
YUV 121.9 113.38 42.48 -
System Red Green Blue C M Y K H S L
Decimal 2 188 96 0.99 0 0.49 0.26 150.32 0.98 0.37
Hex 2 BC 60 63 0 31 1A 96 62 25
Octal 2 274 140 143 0 61 32 226 142 45
Binary 10 10111100 1100000 1100011 0 110001 11010 10010110 1100010 100101

Color Harmonies of #02BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC60

Black with #02BC60

Text Example


Text Example

White with #02BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BC60; }

 p { color: rgb(2,188,96); }

 H1.HeaderClassName
 {
   color: #02BC60;
 }
 .AnyTagClassName
 {
   color: #02BC60;
 }
</style>

background-color css

<style>
 a { background-color: #02BC60; }

 a { background-color: rgb(2,188,96); }

 div.DivClassName
 {
   background-color: #02BC60;
 }
 .BgClassName
 {
   background-color: #02BC60;
 }
</style>

border-color css

<style>
 span { border-color: #02BC60; }

 span { border-color: rgb(2,188,96); }

 td.TdClassName
 {
   border-color: #02BC60;
 }
 .TagClassName
 {
   border-color: #02BC60;
 }
</style>