Html Css Color HEX #2FC85B Medium Sea Green

📋 copy color: '#2FC85B'

red 47 ◦ green 200 ◦ blue 91

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

Shades of Medium Sea Green #2FC85B

Tints of Medium Sea Green #2FC85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 13.91%
G = 59.17%
B = 26.92%

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

#2FC85B (or 0x2FC85B) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 5B. RGB value is (47,200,91). Sum of RGB (Red+Green+Blue) = 47+200+91=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC85B is #D037A4. Grayscale: #8E8E8E. Windows color (decimal): -13645733 or 6015023. OLE color: 6015023.

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

Color convert

RGB 47 200 91 -
CMYK 0.76 0 0.54 0.22
HSL 137.25º 0.62% 0.48% -
HSV(B) 137.25º 0.77% 0.78% -
XYZ 23.71 42.67 16.88 -
YUV 141.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 47 200 91 0.76 0 0.54 0.22 137.25 0.62 0.48
Hex 2F C8 5B 4C 0 36 16 89 3E 30
Octal 57 310 133 114 0 66 26 211 76 60
Binary 101111 11001000 1011011 1001100 0 110110 10110 10001001 111110 110000

Color Harmonies of #2FC85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC85B

Black with #2FC85B

Text Example


Text Example

White with #2FC85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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