Html Css Color HEX #2BCF76 Medium Sea Green

📋 copy color: '#2BCF76'

red 43 ◦ green 207 ◦ blue 118

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

Shades of Medium Sea Green #2BCF76

Tints of Medium Sea Green #2BCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.25%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 11.68%
G = 56.25%
B = 32.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#2BCF76 (or 0x2BCF76) is known color: Medium Sea Green. HEX triplet: 2B, CF and 76. RGB value is (43,207,118). Sum of RGB (Red+Green+Blue) = 43+207+118=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF76 is #D43089. Grayscale: #949494. Windows color (decimal): -13906058 or 7786283. OLE color: 7786283.

HSL color Cylindrical-coordinate representation of color #2BCF76: hue angle of 147.44º degrees, saturation: 0.66, 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 #2BCF76 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 118 -
CMYK 0.79 0 0.43 0.19
HSL 147.44º 0.66% 0.49% -
HSV(B) 147.44º 0.79% 0.81% -
XYZ 26.58 46.45 24.7 -
YUV 147.82 111.17 53.24 -
System Red Green Blue C M Y K H S L
Decimal 43 207 118 0.79 0 0.43 0.19 147.44 0.66 0.49
Hex 2B CF 76 4F 0 2B 13 93 42 31
Octal 53 317 166 117 0 53 23 223 102 61
Binary 101011 11001111 1110110 1001111 0 101011 10011 10010011 1000010 110001

Color Harmonies of #2BCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF76

Black with #2BCF76

Text Example


Text Example

White with #2BCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,118); }

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

background-color css

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

 a { background-color: rgb(43,207,118); }

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

border-color css

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

 span { border-color: rgb(43,207,118); }

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