Html Css Color HEX #02BB5E Jade

📋 copy color: '#02BB5E'

red 2 ◦ green 187 ◦ blue 94

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

Shades of Jade #02BB5E

Tints of Jade #02BB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 0.71%
G = 66.08%
B = 33.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#02BB5E (or 0x02BB5E) is known color: Jade. HEX triplet: 02, BB and 5E. RGB value is (2,187,94). Sum of RGB (Red+Green+Blue) = 2+187+94=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB5E is #FD44A1. Grayscale: #797979. Windows color (decimal): -16598178 or 6208258. OLE color: 6208258.

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

Color convert

RGB 2 187 94 -
CMYK 0.99 0 0.50 0.27
HSL 149.84º 0.98% 0.37% -
HSV(B) 149.84º 0.99% 0.73% -
XYZ 19.82 36.36 16.56 -
YUV 121.08 112.71 43.06 -
System Red Green Blue C M Y K H S L
Decimal 2 187 94 0.99 0 0.50 0.27 149.84 0.98 0.37
Hex 2 BB 5E 63 0 32 1B 96 62 25
Octal 2 273 136 143 0 62 33 226 142 45
Binary 10 10111011 1011110 1100011 0 110010 11011 10010110 1100010 100101

Color Harmonies of #02BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB5E

Black with #02BB5E

Text Example


Text Example

White with #02BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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