Html Css Color HEX #2FFA96 Medium Spring Green

📋 copy color: '#2FFA96'

red 47 ◦ green 250 ◦ blue 150

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

Shades of Medium Spring Green #2FFA96

Tints of Medium Spring Green #2FFA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 10.51%
G = 55.93%
B = 33.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#2FFA96 (or 0x2FFA96) is known color: Medium Spring Green. HEX triplet: 2F, FA and 96. RGB value is (47,250,150). Sum of RGB (Red+Green+Blue) = 47+250+150=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA96 is #D00569. Grayscale: #B2B2B2. Windows color (decimal): -13632874 or 9894447. OLE color: 9894447.

HSL color Cylindrical-coordinate representation of color #2FFA96: hue angle of 150.44º 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 #2FFA96 is Cyan = 0.81, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 150 -
CMYK 0.81 0 0.4 0.02
HSL 150.44º 0.95% 0.58% -
HSV(B) 150.44º 0.81% 0.98% -
XYZ 40.86 71.18 40.44 -
YUV 177.9 112.25 34.63 -
System Red Green Blue C M Y K H S L
Decimal 47 250 150 0.81 0 0.4 0.02 150.44 0.95 0.58
Hex 2F FA 96 51 0 28 2 96 5F 3A
Octal 57 372 226 121 0 50 2 226 137 72
Binary 101111 11111010 10010110 1010001 0 101000 10 10010110 1011111 111010

Color Harmonies of #2FFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA96

Black with #2FFA96

Text Example


Text Example

White with #2FFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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