#2FFF6A

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

Shades of Spring Green #2FFF6A

Tints of Spring Green #2FFF6A

Color information

#2FFF6A (or 0x2FFF6A) is unknown color: approx Spring Green. HEX triplet: 2F, FF and 6A. RGB value is (47,255,106). Sum of RGB (Red+Green+Blue) = 47+255+106=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF6A is #D00095. Grayscale: #B0B0B0. Windows color (decimal): -13631638 or 7012143. OLE color: 7012143.

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

Color convert

RGB47255106-
CMYK0.8200.580
HSL137.02º100%59.22%-
HSV(B)137.02º81.57%100%-
XYZ39.5373.1625.67-
YUV175.8288.5936.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.52%
GREEN value IS 255 (100% from 255) = 62.5%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=11.52%
G=62.5%
B=25.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal472551060.8200.580137.0210059.22
Hex2FFF6A5203A089643b
Octal57377152122072021114473
Binary101111111111111101010101001001110100100010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,255,106); }

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

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

 a { background-color: rgb(47,255,106); }

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

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

 span { border-color: rgb(47,255,106); }

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