Html Css Color HEX #2BCE72 Medium Sea Green

📋 copy color: '#2BCE72'

red 43 ◦ green 206 ◦ blue 114

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

Shades of Medium Sea Green #2BCE72

Tints of Medium Sea Green #2BCE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.75%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 11.85%
G = 56.75%
B = 31.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#2BCE72 (or 0x2BCE72) is known color: Medium Sea Green. HEX triplet: 2B, CE and 72. RGB value is (43,206,114). Sum of RGB (Red+Green+Blue) = 43+206+114=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE72 is #D4318D. Grayscale: #929292. Windows color (decimal): -13906318 or 7523883. OLE color: 7523883.

HSL color Cylindrical-coordinate representation of color #2BCE72: hue angle of 146.13º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE72 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 114 -
CMYK 0.79 0 0.45 0.19
HSL 146.14º 0.65% 0.49% -
HSV(B) 146.14º 0.79% 0.81% -
XYZ 26.1 45.87 23.4 -
YUV 146.78 109.5 53.98 -
System Red Green Blue C M Y K H S L
Decimal 43 206 114 0.79 0 0.45 0.19 146.14 0.65 0.49
Hex 2B CE 72 4F 0 2D 13 92 41 31
Octal 53 316 162 117 0 55 23 222 101 61
Binary 101011 11001110 1110010 1001111 0 101101 10011 10010010 1000001 110001

Color Harmonies of #2BCE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCE72

Black with #2BCE72

Text Example


Text Example

White with #2BCE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,114); }

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

background-color css

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

 a { background-color: rgb(43,206,114); }

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

border-color css

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

 span { border-color: rgb(43,206,114); }

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