Html Css Color HEX #02BC81 Mountain Meadow

📋 copy color: '#02BC81'

red 2 ◦ green 188 ◦ blue 129

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

Shades of Mountain Meadow #02BC81

Tints of Mountain Meadow #02BC81

RGB

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

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

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

R = 0.63%
G = 58.93%
B = 40.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#02BC81 (or 0x02BC81) is known color: Mountain Meadow. HEX triplet: 02, BC and 81. RGB value is (2,188,129). Sum of RGB (Red+Green+Blue) = 2+188+129=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BC81 is #FD437E. Grayscale: #7D7D7D. Windows color (decimal): -16597887 or 8502274. OLE color: 8502274.

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

Color convert

RGB 2 188 129 -
CMYK 0.99 0 0.31 0.26
HSL 160.97º 0.98% 0.37% -
HSV(B) 160.97º 0.99% 0.74% -
XYZ 21.97 37.56 26.86 -
YUV 125.66 129.88 39.8 -
System Red Green Blue C M Y K H S L
Decimal 2 188 129 0.99 0 0.31 0.26 160.97 0.98 0.37
Hex 2 BC 81 63 0 1F 1A A1 62 25
Octal 2 274 201 143 0 37 32 241 142 45
Binary 10 10111100 10000001 1100011 0 11111 11010 10100001 1100010 100101

Color Harmonies of #02BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC81

Black with #02BC81

Text Example


Text Example

White with #02BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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