#2FFEA1

Color #2FFEA1 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #2FFEA1

Tints of Medium Spring Green #2FFEA1

Color information

#2FFEA1 (or 0x2FFEA1) is unknown color: approx Medium Spring Green. HEX triplet: 2F, FE and A1. RGB value is (47,254,161). Sum of RGB (Red+Green+Blue) = 47+254+161=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFEA1 is #D0015E. Grayscale: #B5B5B5. Windows color (decimal): -13631839 or 10616367. OLE color: 10616367.

HSL color Cylindrical-coordinate representation of color #2FFEA1: hue angle of 153.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEA1 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB47254161-
CMYK0.8100.370.00
HSL153.04º99.04%59.02%-
HSV(B)153.04º81.5%99.61%-
XYZ43.0574.0645.74-
YUV181.5116.4232.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.17%
GREEN value IS 254 (99.61% from 255) = 54.98%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=10.17%
G=54.98%
B=34.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472541610.8100.370.00153.0499.0459.02
Hex2FFEA151025099633b
Octal57376241121045023114373
Binary1011111111111010100001101000101001010100110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,254,161); }

 H1.HeaderClassName
 {
   color: #2FFEA1;
 }
 .AnyTagClassName
 {
   color: #2FFEA1;
 }
</style>
background-color css

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

 a { background-color: rgb(47,254,161); }

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

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

 span { border-color: rgb(47,254,161); }

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