#51D044

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

Shades of Lime Green #51D044

Tints of Lime Green #51D044

Color information

#51D044 (or 0x51D044) is unknown color: approx Lime Green. HEX triplet: 51, D0 and 44. RGB value is (81,208,68). Sum of RGB (Red+Green+Blue) = 81+208+68=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #51D044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D044 is #AE2FBB. Grayscale: #9A9A9A. Windows color (decimal): -11415484 or 4509777. OLE color: 4509777.

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

Color convert

RGB8120868-
CMYK0.6100.670.18
HSL114.43º59.83%54.12%-
HSV(B)114.43º67.31%81.57%-
XYZ26.9947.2813.17-
YUV154.0779.4275.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 208 (81.64% from 255) = 58.26%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=22.69%
G=58.26%
B=19.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81208680.6100.670.18114.4359.8354.12
Hex51D0443D04312723c36
Octal121320104750103221627466
Binary101000111010000100010011110101000011100101110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,208,68); }

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

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

 a { background-color: rgb(81,208,68); }

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

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

 span { border-color: rgb(81,208,68); }

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