#2FFE8D

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

Shades of Spring Green #2FFE8D

Tints of Spring Green #2FFE8D

Color information

#2FFE8D (or 0x2FFE8D) is unknown color: approx Spring Green. HEX triplet: 2F, FE and 8D. RGB value is (47,254,141). Sum of RGB (Red+Green+Blue) = 47+254+141=442 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.63% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFE8D is #D00172. Grayscale: #B3B3B3. Windows color (decimal): -13631859 or 9305647. OLE color: 9305647.

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

Color convert

RGB47254141-
CMYK0.8100.440.00
HSL147.25º99.04%59.02%-
HSV(B)147.25º81.5%99.61%-
XYZ41.4273.4137.19-
YUV179.22106.4233.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.63%
GREEN value IS 254 (99.61% from 255) = 57.47%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=10.63%
G=57.47%
B=31.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472541410.8100.440.00147.2599.0459.02
Hex2FFE8D5102C093633b
Octal57376215121054022314373
Binary1011111111111010001101101000101011000100100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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