Html Css Color HEX #2FC85F Medium Sea Green

📋 copy color: '#2FC85F'

red 47 ◦ green 200 ◦ blue 95

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

Shades of Medium Sea Green #2FC85F

Tints of Medium Sea Green #2FC85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 13.74%
G = 58.48%
B = 27.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#2FC85F (or 0x2FC85F) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 5F. RGB value is (47,200,95). Sum of RGB (Red+Green+Blue) = 47+200+95=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC85F is #D037A0. Grayscale: #8E8E8E. Windows color (decimal): -13645729 or 6277167. OLE color: 6277167.

HSL color Cylindrical-coordinate representation of color #2FC85F: hue angle of 138.82º 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 #2FC85F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 95 -
CMYK 0.76 0 0.52 0.22
HSL 138.82º 0.62% 0.48% -
HSV(B) 138.82º 0.77% 0.78% -
XYZ 23.89 42.74 17.82 -
YUV 142.28 101.31 60.04 -
System Red Green Blue C M Y K H S L
Decimal 47 200 95 0.76 0 0.52 0.22 138.82 0.62 0.48
Hex 2F C8 5F 4C 0 34 16 8B 3E 30
Octal 57 310 137 114 0 64 26 213 76 60
Binary 101111 11001000 1011111 1001100 0 110100 10110 10001011 111110 110000

Color Harmonies of #2FC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC85F

Black with #2FC85F

Text Example


Text Example

White with #2FC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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