#54DE41

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

Shades of Lime Green #54DE41

Tints of Lime Green #54DE41

Color information

#54DE41 (or 0x54DE41) is unknown color: approx Lime Green. HEX triplet: 54, DE and 41. RGB value is (84,222,65). Sum of RGB (Red+Green+Blue) = 84+222+65=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #54DE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DE41 is #AB21BE. Grayscale: #A3A3A3. Windows color (decimal): -11215295 or 4316756. OLE color: 4316756.

HSL color Cylindrical-coordinate representation of color #54DE41: hue angle of 112.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54DE41 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB8422265-
CMYK0.6200.710.13
HSL112.74º70.4%56.27%-
HSV(B)112.74º70.72%87.06%-
XYZ30.7354.5113.9-
YUV162.8472.7871.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=22.64%
G=59.84%
B=17.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84222650.6200.710.13112.7470.456.27
Hex54DE413E047D714638
Octal1243361017601071516110670
Binary101010011011110100000111111001000111110111100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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