#2FF078

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

Shades of Spring Green #2FF078

Tints of Spring Green #2FF078

Color information

#2FF078 (or 0x2FF078) is unknown color: approx Spring Green. HEX triplet: 2F, F0 and 78. RGB value is (47,240,120). Sum of RGB (Red+Green+Blue) = 47+240+120=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF078 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF078 is #D00F87. Grayscale: #A8A8A8. Windows color (decimal): -13635464 or 7925807. OLE color: 7925807.

HSL color Cylindrical-coordinate representation of color #2FF078: hue angle of 142.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF078 is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB47240120-
CMYK0.8000.50.06
HSL142.69º86.55%56.27%-
HSV(B)142.69º80.42%94.12%-
XYZ35.7264.2828.29-
YUV168.61100.5641.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.55%
GREEN value IS 240 (94.14% from 255) = 58.97%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=11.55%
G=58.97%
B=29.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal472401200.8000.50.06142.6986.5556.27
Hex2FF0785003268f5738
Octal57360170120062621712770
Binary10111111110000111100010100000110010110100011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,240,120); }

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

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

 a { background-color: rgb(47,240,120); }

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

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

 span { border-color: rgb(47,240,120); }

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