Html Css Color HEX #2FFA6E Spring Green

📋 copy color: '#2FFA6E'

red 47 ◦ green 250 ◦ blue 110

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

Shades of Spring Green #2FFA6E

Tints of Spring Green #2FFA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 11.55%
G = 61.43%
B = 27.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#2FFA6E (or 0x2FFA6E) is known color: Spring Green. HEX triplet: 2F, FA and 6E. RGB value is (47,250,110). Sum of RGB (Red+Green+Blue) = 47+250+110=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA6E is #D00591. Grayscale: #ADADAD. Windows color (decimal): -13632914 or 7273007. OLE color: 7273007.

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

Color convert

RGB 47 250 110 -
CMYK 0.81 0 0.56 0.02
HSL 138.62º 0.95% 0.58% -
HSV(B) 138.62º 0.81% 0.98% -
XYZ 38.17 70.1 26.27 -
YUV 173.34 92.25 37.88 -
System Red Green Blue C M Y K H S L
Decimal 47 250 110 0.81 0 0.56 0.02 138.62 0.95 0.58
Hex 2F FA 6E 51 0 38 2 8B 5F 3A
Octal 57 372 156 121 0 70 2 213 137 72
Binary 101111 11111010 1101110 1010001 0 111000 10 10001011 1011111 111010

Color Harmonies of #2FFA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA6E

Black with #2FFA6E

Text Example


Text Example

White with #2FFA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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