#31DD2C

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

Shades of Lime Green #31DD2C

Tints of Lime Green #31DD2C

Color information

#31DD2C (or 0x31DD2C) is unknown color: approx Lime Green. HEX triplet: 31, DD and 2C. RGB value is (49,221,44). Sum of RGB (Red+Green+Blue) = 49+221+44=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD2C is #CE22D3. Grayscale: #959595. Windows color (decimal): -13509332 or 2940209. OLE color: 2940209.

HSL color Cylindrical-coordinate representation of color #31DD2C: hue angle of 118.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DD2C is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB4922144-
CMYK0.7800.800.13
HSL118.31º72.24%51.96%-
HSV(B)118.31º80.09%86.67%-
XYZ27.5852.5511.07-
YUV149.3968.5256.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 221 (86.72% from 255) = 70.38%
BLUE value IS 44 (17.58% from 255) = 14.01%
R=15.61%
G=70.38%
B=14.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49221440.7800.800.13118.3172.2451.96
Hex31DD2C4E050D764834
Octal613355411601201516611064
Binary11000111011101101100100111001010000110111101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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