Html Css Color HEX #2BB65B Medium Sea Green

📋 copy color: '#2BB65B'

red 43 ◦ green 182 ◦ blue 91

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

Shades of Medium Sea Green #2BB65B

Tints of Medium Sea Green #2BB65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.59%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 13.61%
G = 57.59%
B = 28.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#2BB65B (or 0x2BB65B) is known color: Medium Sea Green. HEX triplet: 2B, B6 and 5B. RGB value is (43,182,91). Sum of RGB (Red+Green+Blue) = 43+182+91=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB65B is #D449A4. Grayscale: #828282. Windows color (decimal): -13912485 or 6010411. OLE color: 6010411.

HSL color Cylindrical-coordinate representation of color #2BB65B: hue angle of 140.72º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB65B is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 91 -
CMYK 0.76 0 0.5 0.29
HSL 140.72º 0.62% 0.44% -
HSV(B) 140.72º 0.76% 0.71% -
XYZ 19.61 34.72 15.57 -
YUV 130.07 105.95 65.9 -
System Red Green Blue C M Y K H S L
Decimal 43 182 91 0.76 0 0.5 0.29 140.72 0.62 0.44
Hex 2B B6 5B 4C 0 32 1D 8D 3E 2C
Octal 53 266 133 114 0 62 35 215 76 54
Binary 101011 10110110 1011011 1001100 0 110010 11101 10001101 111110 101100

Color Harmonies of #2BB65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB65B

Black with #2BB65B

Text Example


Text Example

White with #2BB65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,91); }

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

background-color css

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

 a { background-color: rgb(43,182,91); }

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

border-color css

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

 span { border-color: rgb(43,182,91); }

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