#54D542

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

Shades of Lime Green #54D542

Tints of Lime Green #54D542

Color information

#54D542 (or 0x54D542) is unknown color: approx Lime Green. HEX triplet: 54, D5 and 42. RGB value is (84,213,66). Sum of RGB (Red+Green+Blue) = 84+213+66=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #54D542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D542 is #AB2ABD. Grayscale: #9E9E9E. Windows color (decimal): -11217598 or 4379988. OLE color: 4379988.

HSL color Cylindrical-coordinate representation of color #54D542: hue angle of 112.65º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54D542 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB8421366-
CMYK0.6100.690.16
HSL112.65º63.64%54.71%-
HSV(B)112.65º69.01%83.53%-
XYZ28.4349.8713.28-
YUV157.6776.2675.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 213 (83.59% from 255) = 58.68%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=23.14%
G=58.68%
B=18.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84213660.6100.690.16112.6563.6454.71
Hex54D5423D04510714037
Octal1243251027501052016110067
Binary1010100110101011000010111101010001011000011100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,213,66); }

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

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

 a { background-color: rgb(84,213,66); }

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

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

 span { border-color: rgb(84,213,66); }

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