Html Css Color HEX #2FFA7C Spring Green

📋 copy color: '#2FFA7C'

red 47 ◦ green 250 ◦ blue 124

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

Shades of Spring Green #2FFA7C

Tints of Spring Green #2FFA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 11.16%
G = 59.38%
B = 29.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#2FFA7C (or 0x2FFA7C) is known color: Spring Green. HEX triplet: 2F, FA and 7C. RGB value is (47,250,124). Sum of RGB (Red+Green+Blue) = 47+250+124=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA7C is #D00583. Grayscale: #AFAFAF. Windows color (decimal): -13632900 or 8190511. OLE color: 8190511.

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

Color convert

RGB 47 250 124 -
CMYK 0.81 0 0.50 0.02
HSL 142.76º 0.95% 0.58% -
HSV(B) 142.76º 0.81% 0.98% -
XYZ 39 70.43 30.61 -
YUV 174.94 99.25 36.75 -
System Red Green Blue C M Y K H S L
Decimal 47 250 124 0.81 0 0.50 0.02 142.76 0.95 0.58
Hex 2F FA 7C 51 0 32 2 8F 5F 3A
Octal 57 372 174 121 0 62 2 217 137 72
Binary 101111 11111010 1111100 1010001 0 110010 10 10001111 1011111 111010

Color Harmonies of #2FFA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA7C

Black with #2FFA7C

Text Example


Text Example

White with #2FFA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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