Html Css Color HEX #2FCA70 Medium Sea Green

📋 copy color: '#2FCA70'

red 47 ◦ green 202 ◦ blue 112

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

Shades of Medium Sea Green #2FCA70

Tints of Medium Sea Green #2FCA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 13.02%
G = 55.96%
B = 31.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#2FCA70 (or 0x2FCA70) is known color: Medium Sea Green. HEX triplet: 2F, CA and 70. RGB value is (47,202,112). Sum of RGB (Red+Green+Blue) = 47+202+112=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCA70 is #D0358F. Grayscale: #919191. Windows color (decimal): -13645200 or 7391791. OLE color: 7391791.

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

Color convert

RGB 47 202 112 -
CMYK 0.77 0 0.45 0.21
HSL 145.16º 0.62% 0.49% -
HSV(B) 145.16º 0.77% 0.79% -
XYZ 25.22 44.02 22.5 -
YUV 145.4 109.15 57.82 -
System Red Green Blue C M Y K H S L
Decimal 47 202 112 0.77 0 0.45 0.21 145.16 0.62 0.49
Hex 2F CA 70 4D 0 2D 15 91 3E 31
Octal 57 312 160 115 0 55 25 221 76 61
Binary 101111 11001010 1110000 1001101 0 101101 10101 10010001 111110 110001

Color Harmonies of #2FCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA70

Black with #2FCA70

Text Example


Text Example

White with #2FCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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