#51DA4A

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

Shades of Lime Green #51DA4A

Tints of Lime Green #51DA4A

Color information

#51DA4A (or 0x51DA4A) is unknown color: approx Lime Green. HEX triplet: 51, DA and 4A. RGB value is (81,218,74). Sum of RGB (Red+Green+Blue) = 81+218+74=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #51DA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DA4A is #AE25B5. Grayscale: #A1A1A1. Windows color (decimal): -11412918 or 4905553. OLE color: 4905553.

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

Color convert

RGB8121874-
CMYK0.6300.660.15
HSL117.08º66.06%57.25%-
HSV(B)117.08º66.06%85.49%-
XYZ29.752.3915.02-
YUV160.6279.1171.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 218 (85.55% from 255) = 58.45%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=21.72%
G=58.45%
B=19.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81218740.6300.660.15117.0866.0657.25
Hex51DA4A3F042F754239
Octal1213321127701021716510271
Binary101000111011010100101011111101000010111111101011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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