#54EB2F

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

Shades of Lime Green #54EB2F

Tints of Lime Green #54EB2F

Color information

#54EB2F (or 0x54EB2F) is unknown color: approx Lime Green. HEX triplet: 54, EB and 2F. RGB value is (84,235,47). Sum of RGB (Red+Green+Blue) = 84+235+47=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 235 (92.19% from 255 or 64.21% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 235 - color contains mainly: green. Hex color #54EB2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EB2F is #AB14D0. Grayscale: #A9A9A9. Windows color (decimal): -11211985 or 3140436. OLE color: 3140436.

HSL color Cylindrical-coordinate representation of color #54EB2F: hue angle of 108.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54EB2F is Cyan = 0.64, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB8423547-
CMYK0.6400.80.08
HSL108.19º82.46%55.29%-
HSV(B)108.19º80%92.16%-
XYZ33.8861.5112.78-
YUV168.4259.4767.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 235 (92.19% from 255) = 64.21%
BLUE value IS 47 (18.75% from 255) = 12.84%
R=22.95%
G=64.21%
B=12.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84235470.6400.80.08108.1982.4655.29
Hex54EB2F4005086c5237
Octal1243535710001201015412267
Binary101010011101011101111100000001010000100011011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,235,47); }

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

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

 a { background-color: rgb(84,235,47); }

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

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

 span { border-color: rgb(84,235,47); }

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