Html Css Color HEX #2FB471 Medium Sea Green

📋 copy color: '#2FB471'

red 47 ◦ green 180 ◦ blue 113

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

Shades of Medium Sea Green #2FB471

Tints of Medium Sea Green #2FB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.94%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 13.82%
G = 52.94%
B = 33.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#2FB471 (or 0x2FB471) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 71. RGB value is (47,180,113). Sum of RGB (Red+Green+Blue) = 47+180+113=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB471 is #D04B8E. Grayscale: #848484. Windows color (decimal): -13650831 or 7451695. OLE color: 7451695.

HSL color Cylindrical-coordinate representation of color #2FB471: hue angle of 149.77º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB471 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 113 -
CMYK 0.74 0 0.37 0.29
HSL 149.77º 0.59% 0.45% -
HSV(B) 149.77º 0.74% 0.71% -
XYZ 20.47 34.44 21.19 -
YUV 132.6 116.94 66.95 -
System Red Green Blue C M Y K H S L
Decimal 47 180 113 0.74 0 0.37 0.29 149.77 0.59 0.45
Hex 2F B4 71 4A 0 25 1D 96 3B 2D
Octal 57 264 161 112 0 45 35 226 73 55
Binary 101111 10110100 1110001 1001010 0 100101 11101 10010110 111011 101101

Color Harmonies of #2FB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB471

Black with #2FB471

Text Example


Text Example

White with #2FB471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,180,113); }

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

background-color css

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

 a { background-color: rgb(47,180,113); }

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

border-color css

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

 span { border-color: rgb(47,180,113); }

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