Html Css Color HEX #2FCA64 Medium Sea Green

📋 copy color: '#2FCA64'

red 47 ◦ green 202 ◦ blue 100

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

Shades of Medium Sea Green #2FCA64

Tints of Medium Sea Green #2FCA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 13.47%
G = 57.88%
B = 28.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#2FCA64 (or 0x2FCA64) is known color: Medium Sea Green. HEX triplet: 2F, CA and 64. RGB value is (47,202,100). Sum of RGB (Red+Green+Blue) = 47+202+100=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCA64 is #D0359B. Grayscale: #909090. Windows color (decimal): -13645212 or 6605359. OLE color: 6605359.

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

Color convert

RGB 47 202 100 -
CMYK 0.77 0 0.50 0.21
HSL 140.52º 0.62% 0.49% -
HSV(B) 140.52º 0.77% 0.79% -
XYZ 24.59 43.77 19.21 -
YUV 144.03 103.15 58.79 -
System Red Green Blue C M Y K H S L
Decimal 47 202 100 0.77 0 0.50 0.21 140.52 0.62 0.49
Hex 2F CA 64 4D 0 32 15 8D 3E 31
Octal 57 312 144 115 0 62 25 215 76 61
Binary 101111 11001010 1100100 1001101 0 110010 10101 10001101 111110 110001

Color Harmonies of #2FCA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA64

Black with #2FCA64

Text Example


Text Example

White with #2FCA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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