#2FFE94

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

Shades of Medium Spring Green #2FFE94

Tints of Medium Spring Green #2FFE94

Color information

#2FFE94 (or 0x2FFE94) is unknown color: approx Medium Spring Green. HEX triplet: 2F, FE and 94. RGB value is (47,254,148). Sum of RGB (Red+Green+Blue) = 47+254+148=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFE94 is #D0016B. Grayscale: #B4B4B4. Windows color (decimal): -13631852 or 9764399. OLE color: 9764399.

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

Color convert

RGB47254148-
CMYK0.8100.420.00
HSL149.28º99.04%59.02%-
HSV(B)149.28º81.5%99.61%-
XYZ41.9673.6340.02-
YUV180.02109.9233.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.47%
GREEN value IS 254 (99.61% from 255) = 56.57%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=10.47%
G=56.57%
B=32.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472541480.8100.420.00149.2899.0459.02
Hex2FFE945102A095633b
Octal57376224121052022514373
Binary1011111111111010010100101000101010100100101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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