Html Css Color HEX #2FCA65 Medium Sea Green

📋 copy color: '#2FCA65'

red 47 ◦ green 202 ◦ blue 101

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

Shades of Medium Sea Green #2FCA65

Tints of Medium Sea Green #2FCA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 13.43%
G = 57.71%
B = 28.86%

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

#2FCA65 (or 0x2FCA65) is known color: Medium Sea Green. HEX triplet: 2F, CA and 65. RGB value is (47,202,101). Sum of RGB (Red+Green+Blue) = 47+202+101=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCA65 is #D0359A. Grayscale: #909090. Windows color (decimal): -13645211 or 6670895. OLE color: 6670895.

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

Color convert

RGB 47 202 101 -
CMYK 0.77 0 0.50 0.21
HSL 140.9º 0.62% 0.49% -
HSV(B) 140.9º 0.77% 0.79% -
XYZ 24.64 43.78 19.46 -
YUV 144.14 103.65 58.71 -
System Red Green Blue C M Y K H S L
Decimal 47 202 101 0.77 0 0.50 0.21 140.9 0.62 0.49
Hex 2F CA 65 4D 0 32 15 8D 3E 31
Octal 57 312 145 115 0 62 25 215 76 61
Binary 101111 11001010 1100101 1001101 0 110010 10101 10001101 111110 110001

Color Harmonies of #2FCA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA65

Black with #2FCA65

Text Example


Text Example

White with #2FCA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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