#51D945

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

Shades of Lime Green #51D945

Tints of Lime Green #51D945

Color information

#51D945 (or 0x51D945) is unknown color: approx Lime Green. HEX triplet: 51, D9 and 45. RGB value is (81,217,69). Sum of RGB (Red+Green+Blue) = 81+217+69=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #51D945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D945 is #AE26BA. Grayscale: #9F9F9F. Windows color (decimal): -11413179 or 4577617. OLE color: 4577617.

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

Color convert

RGB8121769-
CMYK0.6300.680.15
HSL115.14º66.07%56.08%-
HSV(B)115.14º68.2%85.1%-
XYZ29.2851.814.09-
YUV159.4676.9472.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 217 (85.16% from 255) = 59.13%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=22.07%
G=59.13%
B=18.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81217690.6300.680.15115.1466.0756.08
Hex51D9453F044F734238
Octal1213311057701041716310270
Binary101000111011001100010111111101000100111111100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,217,69); }

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

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

 a { background-color: rgb(81,217,69); }

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

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

 span { border-color: rgb(81,217,69); }

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