Html Css Color HEX #2FC85D Medium Sea Green

📋 copy color: '#2FC85D'

red 47 ◦ green 200 ◦ blue 93

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

Shades of Medium Sea Green #2FC85D

Tints of Medium Sea Green #2FC85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 13.82%
G = 58.82%
B = 27.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#2FC85D (or 0x2FC85D) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 5D. RGB value is (47,200,93). Sum of RGB (Red+Green+Blue) = 47+200+93=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC85D is #D037A2. Grayscale: #8E8E8E. Windows color (decimal): -13645731 or 6146095. OLE color: 6146095.

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

Color convert

RGB 47 200 93 -
CMYK 0.76 0 0.54 0.22
HSL 138.04º 0.62% 0.48% -
HSV(B) 138.04º 0.77% 0.78% -
XYZ 23.8 42.7 17.34 -
YUV 142.06 100.31 60.2 -
System Red Green Blue C M Y K H S L
Decimal 47 200 93 0.76 0 0.54 0.22 138.04 0.62 0.48
Hex 2F C8 5D 4C 0 36 16 8A 3E 30
Octal 57 310 135 114 0 66 26 212 76 60
Binary 101111 11001000 1011101 1001100 0 110110 10110 10001010 111110 110000

Color Harmonies of #2FC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC85D

Black with #2FC85D

Text Example


Text Example

White with #2FC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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