#31F04A

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

Shades of Lime Green #31F04A

Tints of Lime Green #31F04A

Color information

#31F04A (or 0x31F04A) is unknown color: approx Lime Green. HEX triplet: 31, F0 and 4A. RGB value is (49,240,74). Sum of RGB (Red+Green+Blue) = 49+240+74=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #31F04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F04A is #CE0FB5. Grayscale: #A4A4A4. Windows color (decimal): -13504438 or 4911153. OLE color: 4911153.

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

Color convert

RGB4924074-
CMYK0.8000.690.06
HSL127.85º86.43%56.67%-
HSV(B)127.85º79.58%94.12%-
XYZ33.6663.4716.95-
YUV163.9777.2246-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.50%
GREEN value IS 240 (94.14% from 255) = 66.12%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=13.50%
G=66.12%
B=20.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal49240740.8000.690.06127.8586.4356.67
Hex31F04A500456805639
Octal613601121200105620012671
Binary110001111100001001010101000001000101110100000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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