Html Css Color HEX #2FFA8C Spring Green

📋 copy color: '#2FFA8C'

red 47 ◦ green 250 ◦ blue 140

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

Shades of Spring Green #2FFA8C

Tints of Spring Green #2FFA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 10.76%
G = 57.21%
B = 32.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#2FFA8C (or 0x2FFA8C) is known color: Spring Green. HEX triplet: 2F, FA and 8C. RGB value is (47,250,140). Sum of RGB (Red+Green+Blue) = 47+250+140=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA8C is #D00573. Grayscale: #B1B1B1. Windows color (decimal): -13632884 or 9239087. OLE color: 9239087.

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

Color convert

RGB 47 250 140 -
CMYK 0.81 0 0.44 0.02
HSL 147.49º 0.95% 0.58% -
HSV(B) 147.49º 0.81% 0.98% -
XYZ 40.09 70.87 36.38 -
YUV 176.76 107.25 35.44 -
System Red Green Blue C M Y K H S L
Decimal 47 250 140 0.81 0 0.44 0.02 147.49 0.95 0.58
Hex 2F FA 8C 51 0 2C 2 93 5F 3A
Octal 57 372 214 121 0 54 2 223 137 72
Binary 101111 11111010 10001100 1010001 0 101100 10 10010011 1011111 111010

Color Harmonies of #2FFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA8C

Black with #2FFA8C

Text Example


Text Example

White with #2FFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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