Html Css Color HEX #2BC071 Medium Sea Green

📋 copy color: '#2BC071'

red 43 ◦ green 192 ◦ blue 113

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

Shades of Medium Sea Green #2BC071

Tints of Medium Sea Green #2BC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 12.36%
G = 55.17%
B = 32.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#2BC071 (or 0x2BC071) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 71. RGB value is (43,192,113). Sum of RGB (Red+Green+Blue) = 43+192+113=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC071 is #D43F8E. Grayscale: #8A8A8A. Windows color (decimal): -13909903 or 7454763. OLE color: 7454763.

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

Color convert

RGB 43 192 113 -
CMYK 0.78 0 0.41 0.25
HSL 148.19º 0.63% 0.46% -
HSV(B) 148.19º 0.78% 0.75% -
XYZ 22.83 39.41 22.03 -
YUV 138.44 113.64 59.92 -
System Red Green Blue C M Y K H S L
Decimal 43 192 113 0.78 0 0.41 0.25 148.19 0.63 0.46
Hex 2B C0 71 4E 0 29 19 94 3F 2E
Octal 53 300 161 116 0 51 31 224 77 56
Binary 101011 11000000 1110001 1001110 0 101001 11001 10010100 111111 101110

Color Harmonies of #2BC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC071

Black with #2BC071

Text Example


Text Example

White with #2BC071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,113); }

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

background-color css

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

 a { background-color: rgb(43,192,113); }

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

border-color css

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

 span { border-color: rgb(43,192,113); }

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