#54D533

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

Shades of Lime Green #54D533

Tints of Lime Green #54D533

Color information

#54D533 (or 0x54D533) is unknown color: approx Lime Green. HEX triplet: 54, D5 and 33. RGB value is (84,213,51). Sum of RGB (Red+Green+Blue) = 84+213+51=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #54D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D533 is #AB2ACC. Grayscale: #9C9C9C. Windows color (decimal): -11217613 or 3396948. OLE color: 3396948.

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

Color convert

RGB8421351-
CMYK0.6100.760.16
HSL107.78º65.85%51.76%-
HSV(B)107.78º76.06%83.53%-
XYZ28.0549.7111.25-
YUV155.9668.7676.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 213 (83.59% from 255) = 61.21%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=24.14%
G=61.21%
B=14.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84213510.6100.760.16107.7865.8551.76
Hex54D5333D04C106c4234
Octal124325637501142015410264
Binary101010011010101110011111101010011001000011011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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