#54D94D

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

Shades of Lime Green #54D94D

Tints of Lime Green #54D94D

Color information

#54D94D (or 0x54D94D) is unknown color: approx Lime Green. HEX triplet: 54, D9 and 4D. RGB value is (84,217,77). Sum of RGB (Red+Green+Blue) = 84+217+77=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #54D94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54D94D is #AB26B2. Grayscale: #A1A1A1. Windows color (decimal): -11216563 or 5101908. OLE color: 5101908.

HSL color Cylindrical-coordinate representation of color #54D94D: hue angle of 117º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D94D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB8421777-
CMYK0.6100.650.15
HSL117º64.81%57.65%-
HSV(B)117º64.52%85.1%-
XYZ29.8152.0515.5-
YUV161.2780.4472.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 217 (85.16% from 255) = 57.41%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=22.22%
G=57.41%
B=20.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84217770.6100.650.1511764.8157.65
Hex54D94D3D041F75413a
Octal1243311157501011716510172
Binary101010011011001100110111110101000001111111101011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54D94D; }

 p { color: rgb(84,217,77); }

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

<style>
 a { background-color: #54D94D; }

 a { background-color: rgb(84,217,77); }

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

<style>
 span { border-color: #54D94D; }

 span { border-color: rgb(84,217,77); }

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