Html Css Color HEX #2FC86E Medium Sea Green

📋 copy color: '#2FC86E'

red 47 ◦ green 200 ◦ blue 110

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

Shades of Medium Sea Green #2FC86E

Tints of Medium Sea Green #2FC86E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.02%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 13.17%
G = 56.02%
B = 30.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#2FC86E (or 0x2FC86E) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 6E. RGB value is (47,200,110). Sum of RGB (Red+Green+Blue) = 47+200+110=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC86E is #D03791. Grayscale: #909090. Windows color (decimal): -13645714 or 7260207. OLE color: 7260207.

HSL color Cylindrical-coordinate representation of color #2FC86E: hue angle of 144.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC86E is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 110 -
CMYK 0.76 0 0.45 0.22
HSL 144.71º 0.62% 0.48% -
HSV(B) 144.71º 0.77% 0.78% -
XYZ 24.64 43.04 21.76 -
YUV 143.99 108.81 58.82 -
System Red Green Blue C M Y K H S L
Decimal 47 200 110 0.76 0 0.45 0.22 144.71 0.62 0.48
Hex 2F C8 6E 4C 0 2D 16 91 3E 30
Octal 57 310 156 114 0 55 26 221 76 60
Binary 101111 11001000 1101110 1001100 0 101101 10110 10010001 111110 110000

Color Harmonies of #2FC86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC86E

Black with #2FC86E

Text Example


Text Example

White with #2FC86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,200,110); }

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

background-color css

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

 a { background-color: rgb(47,200,110); }

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

border-color css

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

 span { border-color: rgb(47,200,110); }

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