Html Css Color HEX #2BB85C Medium Sea Green

📋 copy color: '#2BB85C'

red 43 ◦ green 184 ◦ blue 92

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

Shades of Medium Sea Green #2BB85C

Tints of Medium Sea Green #2BB85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.68%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 13.48%
G = 57.68%
B = 28.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#2BB85C (or 0x2BB85C) is known color: Medium Sea Green. HEX triplet: 2B, B8 and 5C. RGB value is (43,184,92). Sum of RGB (Red+Green+Blue) = 43+184+92=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB85C is #D447A3. Grayscale: #838383. Windows color (decimal): -13911972 or 6076459. OLE color: 6076459.

HSL color Cylindrical-coordinate representation of color #2BB85C: hue angle of 140.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB85C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 92 -
CMYK 0.77 0 0.50 0.28
HSL 140.85º 0.62% 0.45% -
HSV(B) 140.85º 0.77% 0.72% -
XYZ 20.07 35.57 15.93 -
YUV 131.35 105.79 64.98 -
System Red Green Blue C M Y K H S L
Decimal 43 184 92 0.77 0 0.50 0.28 140.85 0.62 0.45
Hex 2B B8 5C 4D 0 32 1C 8D 3E 2D
Octal 53 270 134 115 0 62 34 215 76 55
Binary 101011 10111000 1011100 1001101 0 110010 11100 10001101 111110 101101

Color Harmonies of #2BB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB85C

Black with #2BB85C

Text Example


Text Example

White with #2BB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,184,92); }

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

background-color css

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

 a { background-color: rgb(43,184,92); }

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

border-color css

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

 span { border-color: rgb(43,184,92); }

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