#31DA45

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

Shades of Lime Green #31DA45

Tints of Lime Green #31DA45

Color information

#31DA45 (or 0x31DA45) is unknown color: approx Lime Green. HEX triplet: 31, DA and 45. RGB value is (49,218,69). Sum of RGB (Red+Green+Blue) = 49+218+69=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA45 is #CE25BA. Grayscale: #969696. Windows color (decimal): -13510075 or 4577841. OLE color: 4577841.

HSL color Cylindrical-coordinate representation of color #31DA45: hue angle of 127.1º 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 #31DA45 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB4921869-
CMYK0.7800.680.15
HSL127.1º69.55%52.35%-
HSV(B)127.1º77.52%85.49%-
XYZ27.4151.2314.07-
YUV150.4882.0155.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 218 (85.55% from 255) = 64.88%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=14.58%
G=64.88%
B=20.54%

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
Decimal49218690.7800.680.15127.169.5552.35
Hex31DA454E044F7f4634
Octal6133210511601041717710664
Binary110001110110101000101100111001000100111111111111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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