Html Css Color HEX #2BBE83 Mountain Meadow

📋 copy color: '#2BBE83'

red 43 ◦ green 190 ◦ blue 131

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

Shades of Mountain Meadow #2BBE83

Tints of Mountain Meadow #2BBE83

RGB

 RED value IS 43 (17.19% from 255) = 11.81%

 GREEN value IS 190 (74.61% from 255) = 52.2%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 11.81%
G = 52.2%
B = 35.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#2BBE83 (or 0x2BBE83) is known color: Mountain Meadow. HEX triplet: 2B, BE and 83. RGB value is (43,190,131). Sum of RGB (Red+Green+Blue) = 43+190+131=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE83 is #D4417C. Grayscale: #8B8B8B. Windows color (decimal): -13910397 or 8633899. OLE color: 8633899.

HSL color Cylindrical-coordinate representation of color #2BBE83: hue angle of 155.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE83 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 131 -
CMYK 0.77 0 0.31 0.25
HSL 155.92º 0.63% 0.46% -
HSV(B) 155.92º 0.77% 0.75% -
XYZ 23.51 38.98 27.76 -
YUV 139.32 123.3 59.3 -
System Red Green Blue C M Y K H S L
Decimal 43 190 131 0.77 0 0.31 0.25 155.92 0.63 0.46
Hex 2B BE 83 4D 0 1F 19 9C 3F 2E
Octal 53 276 203 115 0 37 31 234 77 56
Binary 101011 10111110 10000011 1001101 0 11111 11001 10011100 111111 101110

Color Harmonies of #2BBE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE83

Black with #2BBE83

Text Example


Text Example

White with #2BBE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BBE83; }

 p { color: rgb(43,190,131); }

 H1.HeaderClassName
 {
   color: #2BBE83;
 }
 .AnyTagClassName
 {
   color: #2BBE83;
 }
</style>

background-color css

<style>
 a { background-color: #2BBE83; }

 a { background-color: rgb(43,190,131); }

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

border-color css

<style>
 span { border-color: #2BBE83; }

 span { border-color: rgb(43,190,131); }

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