#54DA48

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

Shades of Lime Green #54DA48

Tints of Lime Green #54DA48

Color information

#54DA48 (or 0x54DA48) is unknown color: approx Lime Green. HEX triplet: 54, DA and 48. RGB value is (84,218,72). Sum of RGB (Red+Green+Blue) = 84+218+72=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DA48 is #AB25B7. Grayscale: #A1A1A1. Windows color (decimal): -11216312 or 4774484. OLE color: 4774484.

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

Color convert

RGB8421872-
CMYK0.6100.670.15
HSL115.07º66.36%56.86%-
HSV(B)115.07º66.97%85.49%-
XYZ29.952.514.69-
YUV161.2977.6172.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 218 (85.55% from 255) = 58.29%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=22.46%
G=58.29%
B=19.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84218720.6100.670.15115.0766.3656.86
Hex54DA483D043F734239
Octal1243321107501031716310271
Binary101010011011010100100011110101000011111111100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,218,72); }

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

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

 a { background-color: rgb(84,218,72); }

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

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

 span { border-color: rgb(84,218,72); }

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