#51D649

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

Shades of Lime Green #51D649

Tints of Lime Green #51D649

Color information

#51D649 (or 0x51D649) is unknown color: approx Lime Green. HEX triplet: 51, D6 and 49. RGB value is (81,214,73). Sum of RGB (Red+Green+Blue) = 81+214+73=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #51D649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D649 is #AE29B6. Grayscale: #9E9E9E. Windows color (decimal): -11413943 or 4838993. OLE color: 4838993.

HSL color Cylindrical-coordinate representation of color #51D649: hue angle of 116.6º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D649 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB8121473-
CMYK0.6200.660.16
HSL116.6º63.23%56.27%-
HSV(B)116.6º65.89%83.92%-
XYZ28.6450.3214.51-
YUV158.1679.9472.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 214 (83.98% from 255) = 58.15%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=22.01%
G=58.15%
B=19.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81214730.6200.660.16116.663.2356.27
Hex51D6493E04210753f38
Octal121326111760102201657770
Binary101000111010110100100111111001000010100001110101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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