Html Css Color HEX #2BCF71 Medium Sea Green

📋 copy color: '#2BCF71'

red 43 ◦ green 207 ◦ blue 113

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

Shades of Medium Sea Green #2BCF71

Tints of Medium Sea Green #2BCF71

RGB

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

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

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

R = 11.85%
G = 57.02%
B = 31.13%

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

#2BCF71 (or 0x2BCF71) is known color: Medium Sea Green. HEX triplet: 2B, CF and 71. RGB value is (43,207,113). Sum of RGB (Red+Green+Blue) = 43+207+113=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF71 is #D4308E. Grayscale: #939393. Windows color (decimal): -13906063 or 7458603. OLE color: 7458603.

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

Color convert

RGB 43 207 113 -
CMYK 0.79 0 0.45 0.19
HSL 145.61º 0.66% 0.49% -
HSV(B) 145.61º 0.79% 0.81% -
XYZ 26.29 46.33 23.18 -
YUV 147.25 108.67 53.64 -
System Red Green Blue C M Y K H S L
Decimal 43 207 113 0.79 0 0.45 0.19 145.61 0.66 0.49
Hex 2B CF 71 4F 0 2D 13 92 42 31
Octal 53 317 161 117 0 55 23 222 102 61
Binary 101011 11001111 1110001 1001111 0 101101 10011 10010010 1000010 110001

Color Harmonies of #2BCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF71

Black with #2BCF71

Text Example


Text Example

White with #2BCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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