#54D941

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

Shades of Lime Green #54D941

Tints of Lime Green #54D941

Color information

#54D941 (or 0x54D941) is unknown color: approx Lime Green. HEX triplet: 54, D9 and 41. RGB value is (84,217,65). Sum of RGB (Red+Green+Blue) = 84+217+65=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #54D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D941 is #AB26BE. Grayscale: #A0A0A0. Windows color (decimal): -11216575 or 4315476. OLE color: 4315476.

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

Color convert

RGB8421765-
CMYK0.6100.700.15
HSL112.5º66.67%55.29%-
HSV(B)112.5º70.05%85.1%-
XYZ29.4251.8913.47-
YUV159.974.4473.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 217 (85.16% from 255) = 59.29%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=22.95%
G=59.29%
B=17.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84217650.6100.700.15112.566.6755.29
Hex54D9413D046F704337
Octal1243311017501061716010367
Binary101010011011001100000111110101000110111111100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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