#51DE4A

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

Shades of Lime Green #51DE4A

Tints of Lime Green #51DE4A

Color information

#51DE4A (or 0x51DE4A) is unknown color: approx Lime Green. HEX triplet: 51, DE and 4A. RGB value is (81,222,74). Sum of RGB (Red+Green+Blue) = 81+222+74=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #51DE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DE4A is #AE21B5. Grayscale: #A3A3A3. Windows color (decimal): -11411894 or 4906577. OLE color: 4906577.

HSL color Cylindrical-coordinate representation of color #51DE4A: hue angle of 117.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51DE4A is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB8122274-
CMYK0.6400.670.13
HSL117.16º69.16%58.04%-
HSV(B)117.16º66.67%87.06%-
XYZ30.7554.4915.37-
YUV162.9777.7969.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 222 (87.11% from 255) = 58.89%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=21.49%
G=58.89%
B=19.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81222740.6400.670.13117.1669.1658.04
Hex51DE4A40043D75453a
Octal12133611210001031516510572
Binary1010001110111101001010100000001000011110111101011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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