#51d138

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

Shades of Lime Green #51D138

Tints of Lime Green #51D138

Color information

#51D138 (or 0x51D138) is unknown color: approx Lime Green. HEX triplet: 51, D1 and 38. RGB value is (81,209,56). Sum of RGB (Red+Green+Blue) = 81+209+56=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #51D138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D138 is #AE2EC7. Grayscale: #999999. Windows color (decimal): -11415240 or 3723601. OLE color: 3723601.

HSL color Cylindrical-coordinate representation of color #51D138: hue angle of 110.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51D138 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB8120956-
CMYK0.6100.730.18
HSL110.2º62.45%51.96%-
HSV(B)110.2º73.21%81.96%-
XYZ26.9147.6411.52-
YUV153.2973.0976.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 209 (82.03% from 255) = 60.40%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=23.41%
G=60.40%
B=16.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81209560.6100.730.18110.262.4551.96
Hex51D1383D049126e3e34
Octal12132170750111221567664
Binary10100011101000111100011110101001001100101101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51d138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,209,56); }

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

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

 a { background-color: rgb(81,209,56); }

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

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

 span { border-color: rgb(81,209,56); }

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