Html Css Color HEX #2FFA94 Medium Spring Green

📋 copy color: '#2FFA94'

red 47 ◦ green 250 ◦ blue 148

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

Shades of Medium Spring Green #2FFA94

Tints of Medium Spring Green #2FFA94

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.18%

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 10.56%
G = 56.18%
B = 33.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#2FFA94 (or 0x2FFA94) is known color: Medium Spring Green. HEX triplet: 2F, FA and 94. RGB value is (47,250,148). Sum of RGB (Red+Green+Blue) = 47+250+148=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA94 is #D0056B. Grayscale: #B1B1B1. Windows color (decimal): -13632876 or 9763375. OLE color: 9763375.

HSL color Cylindrical-coordinate representation of color #2FFA94: hue angle of 149.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA94 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 148 -
CMYK 0.81 0 0.41 0.02
HSL 149.85º 0.95% 0.58% -
HSV(B) 149.85º 0.81% 0.98% -
XYZ 40.7 71.11 39.6 -
YUV 177.68 111.25 34.79 -
System Red Green Blue C M Y K H S L
Decimal 47 250 148 0.81 0 0.41 0.02 149.85 0.95 0.58
Hex 2F FA 94 51 0 29 2 96 5F 3A
Octal 57 372 224 121 0 51 2 226 137 72
Binary 101111 11111010 10010100 1010001 0 101001 10 10010110 1011111 111010

Color Harmonies of #2FFA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA94

Black with #2FFA94

Text Example


Text Example

White with #2FFA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,148); }

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

background-color css

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

 a { background-color: rgb(47,250,148); }

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

border-color css

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

 span { border-color: rgb(47,250,148); }

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