#54D93B

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

Shades of Lime Green #54D93B

Tints of Lime Green #54D93B

Color information

#54D93B (or 0x54D93B) is unknown color: approx Lime Green. HEX triplet: 54, D9 and 3B. RGB value is (84,217,59). Sum of RGB (Red+Green+Blue) = 84+217+59=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #54D93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D93B is #AB26C4. Grayscale: #9F9F9F. Windows color (decimal): -11216581 or 3922260. OLE color: 3922260.

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

Color convert

RGB8421759-
CMYK0.6100.730.15
HSL110.51º67.52%54.12%-
HSV(B)110.51º72.81%85.1%-
XYZ29.2651.8312.6-
YUV159.2271.4474.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 217 (85.16% from 255) = 60.28%
BLUE value IS 59 (23.44% from 255) = 16.39%
R=23.33%
G=60.28%
B=16.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84217590.6100.730.15110.5167.5254.12
Hex54D93B3D049F6f4436
Octal124331737501111715710466
Binary10101001101100111101111110101001001111111011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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