Html Css Color HEX #02BC66 Jade

📋 copy color: '#02BC66'

red 2 ◦ green 188 ◦ blue 102

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

Shades of Jade #02BC66

Tints of Jade #02BC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 0.68%
G = 64.38%
B = 34.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#02BC66 (or 0x02BC66) is known color: Jade. HEX triplet: 02, BC and 66. RGB value is (2,188,102). Sum of RGB (Red+Green+Blue) = 2+188+102=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC66 is #FD4399. Grayscale: #7A7A7A. Windows color (decimal): -16597914 or 6732802. OLE color: 6732802.

HSL color Cylindrical-coordinate representation of color #02BC66: hue angle of 152.26º 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 #02BC66 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 102 -
CMYK 0.99 0 0.46 0.26
HSL 152.26º 0.98% 0.37% -
HSV(B) 152.26º 0.99% 0.74% -
XYZ 20.41 36.94 18.62 -
YUV 122.58 116.38 41.99 -
System Red Green Blue C M Y K H S L
Decimal 2 188 102 0.99 0 0.46 0.26 152.26 0.98 0.37
Hex 2 BC 66 63 0 2E 1A 98 62 25
Octal 2 274 146 143 0 56 32 230 142 45
Binary 10 10111100 1100110 1100011 0 101110 11010 10011000 1100010 100101

Color Harmonies of #02BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC66

Black with #02BC66

Text Example


Text Example

White with #02BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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