#2FF077

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

Shades of Spring Green #2FF077

Tints of Spring Green #2FF077

Color information

#2FF077 (or 0x2FF077) is unknown color: approx Spring Green. HEX triplet: 2F, F0 and 77. RGB value is (47,240,119). Sum of RGB (Red+Green+Blue) = 47+240+119=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF077 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF077 is #D00F88. Grayscale: #A8A8A8. Windows color (decimal): -13635465 or 7860271. OLE color: 7860271.

HSL color Cylindrical-coordinate representation of color #2FF077: hue angle of 142.38º 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 #2FF077 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB47240119-
CMYK0.8000.500.06
HSL142.38º86.55%56.27%-
HSV(B)142.38º80.42%94.12%-
XYZ35.6664.2627.98-
YUV168.5100.0641.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.58%
GREEN value IS 240 (94.14% from 255) = 59.11%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=11.58%
G=59.11%
B=29.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal472401190.8000.500.06142.3886.5556.27
Hex2FF0775003268e5738
Octal57360167120062621612770
Binary10111111110000111011110100000110010110100011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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