Html Css Color HEX #2FC374 Medium Sea Green

📋 copy color: '#2FC374'

red 47 ◦ green 195 ◦ blue 116

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

Shades of Medium Sea Green #2FC374

Tints of Medium Sea Green #2FC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.47%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 13.13%
G = 54.47%
B = 32.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#2FC374 (or 0x2FC374) is known color: Medium Sea Green. HEX triplet: 2F, C3 and 74. RGB value is (47,195,116). Sum of RGB (Red+Green+Blue) = 47+195+116=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC374 is #D03C8B. Grayscale: #8D8D8D. Windows color (decimal): -13646988 or 7652143. OLE color: 7652143.

HSL color Cylindrical-coordinate representation of color #2FC374: hue angle of 147.97º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC374 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 195 116 -
CMYK 0.76 0 0.41 0.24
HSL 147.97º 0.61% 0.47% -
HSV(B) 147.97º 0.76% 0.76% -
XYZ 23.84 40.9 23.16 -
YUV 141.74 113.47 60.42 -
System Red Green Blue C M Y K H S L
Decimal 47 195 116 0.76 0 0.41 0.24 147.97 0.61 0.47
Hex 2F C3 74 4C 0 29 18 94 3D 2F
Octal 57 303 164 114 0 51 30 224 75 57
Binary 101111 11000011 1110100 1001100 0 101001 11000 10010100 111101 101111

Color Harmonies of #2FC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC374

Black with #2FC374

Text Example


Text Example

White with #2FC374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,195,116); }

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

background-color css

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

 a { background-color: rgb(47,195,116); }

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

border-color css

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

 span { border-color: rgb(47,195,116); }

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