Html Css Color HEX #2FC975 Medium Sea Green

📋 copy color: '#2FC975'

red 47 ◦ green 201 ◦ blue 117

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

Shades of Medium Sea Green #2FC975

Tints of Medium Sea Green #2FC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.07%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 12.88%
G = 55.07%
B = 32.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#2FC975 (or 0x2FC975) is known color: Medium Sea Green. HEX triplet: 2F, C9 and 75. RGB value is (47,201,117). Sum of RGB (Red+Green+Blue) = 47+201+117=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC975 is #D0368A. Grayscale: #919191. Windows color (decimal): -13645451 or 7719215. OLE color: 7719215.

HSL color Cylindrical-coordinate representation of color #2FC975: hue angle of 147.27º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC975 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 117 -
CMYK 0.77 0 0.42 0.21
HSL 147.27º 0.62% 0.49% -
HSV(B) 147.27º 0.77% 0.79% -
XYZ 25.27 43.66 23.93 -
YUV 145.38 111.98 57.83 -
System Red Green Blue C M Y K H S L
Decimal 47 201 117 0.77 0 0.42 0.21 147.27 0.62 0.49
Hex 2F C9 75 4D 0 2A 15 93 3E 31
Octal 57 311 165 115 0 52 25 223 76 61
Binary 101111 11001001 1110101 1001101 0 101010 10101 10010011 111110 110001

Color Harmonies of #2FC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC975

Black with #2FC975

Text Example


Text Example

White with #2FC975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,201,117); }

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

background-color css

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

 a { background-color: rgb(47,201,117); }

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

border-color css

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

 span { border-color: rgb(47,201,117); }

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