Html Css Color HEX #2FCA74 Medium Sea Green

📋 copy color: '#2FCA74'

red 47 ◦ green 202 ◦ blue 116

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

Shades of Medium Sea Green #2FCA74

Tints of Medium Sea Green #2FCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.34%

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

R = 12.88%
G = 55.34%
B = 31.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#2FCA74 (or 0x2FCA74) is known color: Medium Sea Green. HEX triplet: 2F, CA and 74. RGB value is (47,202,116). Sum of RGB (Red+Green+Blue) = 47+202+116=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCA74 is #D0358B. Grayscale: #929292. Windows color (decimal): -13645196 or 7653935. OLE color: 7653935.

HSL color Cylindrical-coordinate representation of color #2FCA74: hue angle of 146.71º 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 #2FCA74 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 202 116 -
CMYK 0.77 0 0.43 0.21
HSL 146.71º 0.62% 0.49% -
HSV(B) 146.71º 0.77% 0.79% -
XYZ 25.45 44.11 23.7 -
YUV 145.85 111.15 57.49 -
System Red Green Blue C M Y K H S L
Decimal 47 202 116 0.77 0 0.43 0.21 146.71 0.62 0.49
Hex 2F CA 74 4D 0 2B 15 93 3E 31
Octal 57 312 164 115 0 53 25 223 76 61
Binary 101111 11001010 1110100 1001101 0 101011 10101 10010011 111110 110001

Color Harmonies of #2FCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA74

Black with #2FCA74

Text Example


Text Example

White with #2FCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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