Html Css Color HEX #02BC75 Jade

📋 copy color: '#02BC75'

red 2 ◦ green 188 ◦ blue 117

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

Shades of Jade #02BC75

Tints of Jade #02BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 0.65%
G = 61.24%
B = 38.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#02BC75 (or 0x02BC75) is known color: Jade. HEX triplet: 02, BC and 75. RGB value is (2,188,117). Sum of RGB (Red+Green+Blue) = 2+188+117=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC75 is #FD438A. Grayscale: #7C7C7C. Windows color (decimal): -16597899 or 7715842. OLE color: 7715842.

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

Color convert

RGB 2 188 117 -
CMYK 0.99 0 0.38 0.26
HSL 157.1º 0.98% 0.37% -
HSV(B) 157.1º 0.99% 0.74% -
XYZ 21.22 37.26 22.9 -
YUV 124.29 123.88 40.77 -
System Red Green Blue C M Y K H S L
Decimal 2 188 117 0.99 0 0.38 0.26 157.1 0.98 0.37
Hex 2 BC 75 63 0 26 1A 9D 62 25
Octal 2 274 165 143 0 46 32 235 142 45
Binary 10 10111100 1110101 1100011 0 100110 11010 10011101 1100010 100101

Color Harmonies of #02BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC75

Black with #02BC75

Text Example


Text Example

White with #02BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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