#31EB4D

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

Shades of Lime Green #31EB4D

Tints of Lime Green #31EB4D

Color information

#31EB4D (or 0x31EB4D) is unknown color: approx Lime Green. HEX triplet: 31, EB and 4D. RGB value is (49,235,77). Sum of RGB (Red+Green+Blue) = 49+235+77=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 235 (92.19% from 255 or 65.10% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EB4D is #CE14B2. Grayscale: #A1A1A1. Windows color (decimal): -13505715 or 5106481. OLE color: 5106481.

HSL color Cylindrical-coordinate representation of color #31EB4D: hue angle of 129.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EB4D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB4923577-
CMYK0.7900.670.08
HSL129.03º82.3%55.69%-
HSV(B)129.03º79.15%92.16%-
XYZ32.3160.6117.02-
YUV161.3780.3847.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 235 (92.19% from 255) = 65.10%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=13.57%
G=65.10%
B=21.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49235770.7900.670.08129.0382.355.69
Hex31EB4D4F0438815238
Octal6135311511701031020112270
Binary1100011110101110011011001111010000111000100000011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,235,77); }

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

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

 a { background-color: rgb(49,235,77); }

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

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

 span { border-color: rgb(49,235,77); }

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