Html Css Color HEX #02BB71 Jade

📋 copy color: '#02BB71'

red 2 ◦ green 187 ◦ blue 113

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

Shades of Jade #02BB71

Tints of Jade #02BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 61.92%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 0.66%
G = 61.92%
B = 37.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#02BB71 (or 0x02BB71) is known color: Jade. HEX triplet: 02, BB and 71. RGB value is (2,187,113). Sum of RGB (Red+Green+Blue) = 2+187+113=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB71 is #FD448E. Grayscale: #7B7B7B. Windows color (decimal): -16598159 or 7453442. OLE color: 7453442.

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

Color convert

RGB 2 187 113 -
CMYK 0.99 0 0.40 0.27
HSL 156º 0.98% 0.37% -
HSV(B) 156º 0.99% 0.73% -
XYZ 20.78 36.75 21.62 -
YUV 123.25 122.21 41.52 -
System Red Green Blue C M Y K H S L
Decimal 2 187 113 0.99 0 0.40 0.27 156 0.98 0.37
Hex 2 BB 71 63 0 28 1B 9C 62 25
Octal 2 273 161 143 0 50 33 234 142 45
Binary 10 10111011 1110001 1100011 0 101000 11011 10011100 1100010 100101

Color Harmonies of #02BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB71

Black with #02BB71

Text Example


Text Example

White with #02BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,187,113); }

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

background-color css

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

 a { background-color: rgb(2,187,113); }

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

border-color css

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

 span { border-color: rgb(2,187,113); }

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