#54D541

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

Shades of Lime Green #54D541

Tints of Lime Green #54D541

Color information

#54D541 (or 0x54D541) is unknown color: approx Lime Green. HEX triplet: 54, D5 and 41. RGB value is (84,213,65). Sum of RGB (Red+Green+Blue) = 84+213+65=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #54D541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D541 is #AB2ABE. Grayscale: #9E9E9E. Windows color (decimal): -11217599 or 4314452. OLE color: 4314452.

HSL color Cylindrical-coordinate representation of color #54D541: hue angle of 112.3º 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 #54D541 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB8421365-
CMYK0.6100.690.16
HSL112.3º63.79%54.51%-
HSV(B)112.3º69.48%83.53%-
XYZ28.449.8513.13-
YUV157.5675.7675.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 213 (83.59% from 255) = 58.84%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=23.20%
G=58.84%
B=17.96%

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
Decimal84213650.6100.690.16112.363.7954.51
Hex54D5413D04510704037
Octal1243251017501052016010067
Binary1010100110101011000001111101010001011000011100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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