Html Css Color HEX #02BB81 Mountain Meadow

📋 copy color: '#02BB81'

red 2 ◦ green 187 ◦ blue 129

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

Shades of Mountain Meadow #02BB81

Tints of Mountain Meadow #02BB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 0.63%
G = 58.81%
B = 40.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#02BB81 (or 0x02BB81) is known color: Mountain Meadow. HEX triplet: 02, BB and 81. RGB value is (2,187,129). Sum of RGB (Red+Green+Blue) = 2+187+129=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BB81 is #FD447E. Grayscale: #7D7D7D. Windows color (decimal): -16598143 or 8502018. OLE color: 8502018.

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

Color convert

RGB 2 187 129 -
CMYK 0.99 0 0.31 0.27
HSL 161.19º 0.98% 0.37% -
HSV(B) 161.19º 0.99% 0.73% -
XYZ 21.76 37.14 26.79 -
YUV 125.07 130.21 40.22 -
System Red Green Blue C M Y K H S L
Decimal 2 187 129 0.99 0 0.31 0.27 161.19 0.98 0.37
Hex 2 BB 81 63 0 1F 1B A1 62 25
Octal 2 273 201 143 0 37 33 241 142 45
Binary 10 10111011 10000001 1100011 0 11111 11011 10100001 1100010 100101

Color Harmonies of #02BB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB81

Black with #02BB81

Text Example


Text Example

White with #02BB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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