#31F040

Color #31F040 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #31F040

Tints of Lime Green #31F040

Color information

#31F040 (or 0x31F040) is unknown color: approx Lime Green. HEX triplet: 31, F0 and 40. RGB value is (49,240,64). Sum of RGB (Red+Green+Blue) = 49+240+64=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #31F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F040 is #CE0FBF. Grayscale: #A3A3A3. Windows color (decimal): -13504448 or 4255793. OLE color: 4255793.

HSL color Cylindrical-coordinate representation of color #31F040: hue angle of 124.71º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F040 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB4924064-
CMYK0.8000.730.06
HSL124.71º86.43%56.67%-
HSV(B)124.71º79.58%94.12%-
XYZ33.3563.3415.32-
YUV162.8372.2246.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 240 (94.14% from 255) = 67.99%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=13.88%
G=67.99%
B=18.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal49240640.8000.730.06124.7186.4356.67
Hex31F0405004967d5639
Octal613601001200111617512671
Binary11000111110000100000010100000100100111011111011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31F040; }

 p { color: rgb(49,240,64); }

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

<style>
 a { background-color: #31F040; }

 a { background-color: rgb(49,240,64); }

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

<style>
 span { border-color: #31F040; }

 span { border-color: rgb(49,240,64); }

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