#51D14A

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

Shades of Lime Green #51D14A

Tints of Lime Green #51D14A

Color information

#51D14A (or 0x51D14A) is unknown color: approx Lime Green. HEX triplet: 51, D1 and 4A. RGB value is (81,209,74). Sum of RGB (Red+Green+Blue) = 81+209+74=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #51D14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D14A is #AE2EB5. Grayscale: #9B9B9B. Windows color (decimal): -11415222 or 4903249. OLE color: 4903249.

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

Color convert

RGB8120974-
CMYK0.6100.650.18
HSL116.89º59.47%55.49%-
HSV(B)116.89º64.59%81.96%-
XYZ27.4347.8414.27-
YUV155.3482.0974.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 209 (82.03% from 255) = 57.42%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=22.25%
G=57.42%
B=20.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81209740.6100.650.18116.8959.4755.49
Hex51D14A3D04112753b37
Octal121321112750101221657367
Binary101000111010001100101011110101000001100101110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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