#54DE33

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

Shades of Lime Green #54DE33

Tints of Lime Green #54DE33

Color information

#54DE33 (or 0x54DE33) is unknown color: approx Lime Green. HEX triplet: 54, DE and 33. RGB value is (84,222,51). Sum of RGB (Red+Green+Blue) = 84+222+51=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #54DE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DE33 is #AB21CC. Grayscale: #A1A1A1. Windows color (decimal): -11215309 or 3399252. OLE color: 3399252.

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

Color convert

RGB8422251-
CMYK0.6200.770.13
HSL108.42º72.15%53.53%-
HSV(B)108.42º77.03%87.06%-
XYZ30.3754.3712.02-
YUV161.2465.7872.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 222 (87.11% from 255) = 62.18%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=23.53%
G=62.18%
B=14.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84222510.6200.770.13108.4272.1553.53
Hex54DE333E04DD6c4836
Octal124336637601151515411066
Binary10101001101111011001111111001001101110111011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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