#51DD49

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

Shades of Lime Green #51DD49

Tints of Lime Green #51DD49

Color information

#51DD49 (or 0x51DD49) is unknown color: approx Lime Green. HEX triplet: 51, DD and 49. RGB value is (81,221,73). Sum of RGB (Red+Green+Blue) = 81+221+73=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DD49 is #AE22B6. Grayscale: #A2A2A2. Windows color (decimal): -11412151 or 4840785. OLE color: 4840785.

HSL color Cylindrical-coordinate representation of color #51DD49: hue angle of 116.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51DD49 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB8122173-
CMYK0.6300.670.13
HSL116.76º68.52%57.65%-
HSV(B)116.76º66.97%86.67%-
XYZ30.4553.9415.11-
YUV162.2777.6270.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 221 (86.72% from 255) = 58.93%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=21.6%
G=58.93%
B=19.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81221730.6300.670.13116.7668.5257.65
Hex51DD493F043D75453a
Octal1213351117701031516510572
Binary101000111011101100100111111101000011110111101011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51DD49; }

 p { color: rgb(81,221,73); }

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

<style>
 a { background-color: #51DD49; }

 a { background-color: rgb(81,221,73); }

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

<style>
 span { border-color: #51DD49; }

 span { border-color: rgb(81,221,73); }

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