Html Css Color HEX #2BCF6F Medium Sea Green

📋 copy color: '#2BCF6F'

red 43 ◦ green 207 ◦ blue 111

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

Shades of Medium Sea Green #2BCF6F

Tints of Medium Sea Green #2BCF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 11.91%
G = 57.34%
B = 30.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#2BCF6F (or 0x2BCF6F) is known color: Medium Sea Green. HEX triplet: 2B, CF and 6F. RGB value is (43,207,111). Sum of RGB (Red+Green+Blue) = 43+207+111=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF6F is #D43090. Grayscale: #939393. Windows color (decimal): -13906065 or 7327531. OLE color: 7327531.

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

Color convert

RGB 43 207 111 -
CMYK 0.79 0 0.46 0.19
HSL 144.88º 0.66% 0.49% -
HSV(B) 144.88º 0.79% 0.81% -
XYZ 26.18 46.29 22.59 -
YUV 147.02 107.67 53.81 -
System Red Green Blue C M Y K H S L
Decimal 43 207 111 0.79 0 0.46 0.19 144.88 0.66 0.49
Hex 2B CF 6F 4F 0 2E 13 91 42 31
Octal 53 317 157 117 0 56 23 221 102 61
Binary 101011 11001111 1101111 1001111 0 101110 10011 10010001 1000010 110001

Color Harmonies of #2BCF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF6F

Black with #2BCF6F

Text Example


Text Example

White with #2BCF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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