Html Css Color HEX #2FC47F Medium Sea Green

📋 copy color: '#2FC47F'

red 47 ◦ green 196 ◦ blue 127

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

Shades of Medium Sea Green #2FC47F

Tints of Medium Sea Green #2FC47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.97%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 12.7%
G = 52.97%
B = 34.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#2FC47F (or 0x2FC47F) is known color: Medium Sea Green. HEX triplet: 2F, C4 and 7F. RGB value is (47,196,127). Sum of RGB (Red+Green+Blue) = 47+196+127=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC47F is #D03B80. Grayscale: #8F8F8F. Windows color (decimal): -13646721 or 8373295. OLE color: 8373295.

HSL color Cylindrical-coordinate representation of color #2FC47F: hue angle of 152.21º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC47F is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 196 127 -
CMYK 0.76 0 0.35 0.23
HSL 152.21º 0.61% 0.48% -
HSV(B) 152.21º 0.76% 0.77% -
XYZ 24.74 41.62 26.81 -
YUV 143.58 118.64 59.11 -
System Red Green Blue C M Y K H S L
Decimal 47 196 127 0.76 0 0.35 0.23 152.21 0.61 0.48
Hex 2F C4 7F 4C 0 23 17 98 3D 30
Octal 57 304 177 114 0 43 27 230 75 60
Binary 101111 11000100 1111111 1001100 0 100011 10111 10011000 111101 110000

Color Harmonies of #2FC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC47F

Black with #2FC47F

Text Example


Text Example

White with #2FC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,127); }

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

background-color css

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

 a { background-color: rgb(47,196,127); }

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

border-color css

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

 span { border-color: rgb(47,196,127); }

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