#2FFE8E

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

Shades of Spring Green #2FFE8E

Tints of Spring Green #2FFE8E

Color information

#2FFE8E (or 0x2FFE8E) is unknown color: approx Spring Green. HEX triplet: 2F, FE and 8E. RGB value is (47,254,142). Sum of RGB (Red+Green+Blue) = 47+254+142=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFE8E is #D00171. Grayscale: #B3B3B3. Windows color (decimal): -13631858 or 9371183. OLE color: 9371183.

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

Color convert

RGB47254142-
CMYK0.8100.440.00
HSL147.54º99.04%59.02%-
HSV(B)147.54º81.5%99.61%-
XYZ41.573.4437.58-
YUV179.34106.9233.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.61%
GREEN value IS 254 (99.61% from 255) = 57.34%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=10.61%
G=57.34%
B=32.05%

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
Decimal472541420.8100.440.00147.5499.0459.02
Hex2FFE8E5102C094633b
Octal57376216121054022414373
Binary1011111111111010001110101000101011000100101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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