#54EC32

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

Shades of Lime Green #54EC32

Tints of Lime Green #54EC32

Color information

#54EC32 (or 0x54EC32) is unknown color: approx Lime Green. HEX triplet: 54, EC and 32. RGB value is (84,236,50). Sum of RGB (Red+Green+Blue) = 84+236+50=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #54EC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EC32 is #AB13CD. Grayscale: #A9A9A9. Windows color (decimal): -11211726 or 3337300. OLE color: 3337300.

HSL color Cylindrical-coordinate representation of color #54EC32: hue angle of 109.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54EC32 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB8423650-
CMYK0.6400.790.07
HSL109.03º83.04%56.08%-
HSV(B)109.03º78.81%92.55%-
XYZ34.2362.1113.2-
YUV169.3560.6467.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 236 (92.58% from 255) = 63.78%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=22.70%
G=63.78%
B=13.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84236500.6400.790.07109.0383.0456.08
Hex54EC324004F76d5338
Octal124354621000117715512370
Binary10101001110110011001010000000100111111111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,236,50); }

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

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

 a { background-color: rgb(84,236,50); }

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

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

 span { border-color: rgb(84,236,50); }

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