#54df34

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

Shades of Lime Green #54DF34

Tints of Lime Green #54DF34

Color information

#54DF34 (or 0x54DF34) is unknown color: approx Lime Green. HEX triplet: 54, DF and 34. RGB value is (84,223,52). Sum of RGB (Red+Green+Blue) = 84+223+52=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF34 is #AB20CB. Grayscale: #A2A2A2. Windows color (decimal): -11215052 or 3465044. OLE color: 3465044.

HSL color Cylindrical-coordinate representation of color #54DF34: hue angle of 108.77º degrees, saturation: 0.73, 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 #54DF34 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB8422352-
CMYK0.6200.770.13
HSL108.77º72.77%53.92%-
HSV(B)108.77º76.68%87.45%-
XYZ30.6654.9112.23-
YUV161.9465.9572.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 223 (87.5% from 255) = 62.12%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=23.40%
G=62.12%
B=14.48%

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
Decimal84223520.6200.770.13108.7772.7753.92
Hex54DF343E04DD6d4936
Octal124337647601151515511166
Binary10101001101111111010011111001001101110111011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54df34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,223,52); }

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

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

 a { background-color: rgb(84,223,52); }

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

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

 span { border-color: rgb(84,223,52); }

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