#31DA2C

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

Shades of Lime Green #31DA2C

Tints of Lime Green #31DA2C

Color information

#31DA2C (or 0x31DA2C) is unknown color: approx Lime Green. HEX triplet: 31, DA and 2C. RGB value is (49,218,44). Sum of RGB (Red+Green+Blue) = 49+218+44=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA2C is #CE25D3. Grayscale: #949494. Windows color (decimal): -13510100 or 2939441. OLE color: 2939441.

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

Color convert

RGB4921844-
CMYK0.7800.800.15
HSL118.28º70.16%51.37%-
HSV(B)118.28º79.82%85.49%-
XYZ26.7950.9810.81-
YUV147.6369.5157.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 218 (85.55% from 255) = 70.10%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=15.76%
G=70.10%
B=14.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49218440.7800.800.15118.2870.1651.37
Hex31DA2C4E050F764633
Octal613325411601201716610663
Binary11000111011010101100100111001010000111111101101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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