#31DA46

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

Shades of Lime Green #31DA46

Tints of Lime Green #31DA46

Color information

#31DA46 (or 0x31DA46) is unknown color: approx Lime Green. HEX triplet: 31, DA and 46. RGB value is (49,218,70). Sum of RGB (Red+Green+Blue) = 49+218+70=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA46 is #CE25B9. Grayscale: #979797. Windows color (decimal): -13510074 or 4643377. OLE color: 4643377.

HSL color Cylindrical-coordinate representation of color #31DA46: hue angle of 127.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA46 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB4921870-
CMYK0.7800.680.15
HSL127.46º69.55%52.35%-
HSV(B)127.46º77.52%85.49%-
XYZ27.4451.2414.24-
YUV150.682.5155.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 218 (85.55% from 255) = 64.69%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=14.54%
G=64.69%
B=20.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49218700.7800.680.15127.4669.5552.35
Hex31DA464E044F7f4634
Octal6133210611601041717710664
Binary110001110110101000110100111001000100111111111111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,218,70); }

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

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

 a { background-color: rgb(49,218,70); }

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

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

 span { border-color: rgb(49,218,70); }

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