Html Css Color HEX #2FCB6F Medium Sea Green

📋 copy color: '#2FCB6F'

red 47 ◦ green 203 ◦ blue 111

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

Shades of Medium Sea Green #2FCB6F

Tints of Medium Sea Green #2FCB6F

RGB

 RED value IS 47 (18.75% from 255) = 13.02%

 GREEN value IS 203 (79.69% from 255) = 56.23%

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

R = 13.02%
G = 56.23%
B = 30.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#2FCB6F (or 0x2FCB6F) is known color: Medium Sea Green. HEX triplet: 2F, CB and 6F. RGB value is (47,203,111). Sum of RGB (Red+Green+Blue) = 47+203+111=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCB6F is #D03490. Grayscale: #929292. Windows color (decimal): -13644945 or 7326511. OLE color: 7326511.

HSL color Cylindrical-coordinate representation of color #2FCB6F: hue angle of 144.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB6F is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 203 111 -
CMYK 0.77 0 0.45 0.20
HSL 144.62º 0.62% 0.49% -
HSV(B) 144.62º 0.77% 0.8% -
XYZ 25.4 44.46 22.28 -
YUV 145.87 108.32 57.48 -
System Red Green Blue C M Y K H S L
Decimal 47 203 111 0.77 0 0.45 0.20 144.62 0.62 0.49
Hex 2F CB 6F 4D 0 2D 14 91 3E 31
Octal 57 313 157 115 0 55 24 221 76 61
Binary 101111 11001011 1101111 1001101 0 101101 10100 10010001 111110 110001

Color Harmonies of #2FCB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCB6F

Black with #2FCB6F

Text Example


Text Example

White with #2FCB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,203,111); }

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

background-color css

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

 a { background-color: rgb(47,203,111); }

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

border-color css

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

 span { border-color: rgb(47,203,111); }

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