Html Css Color HEX #54DC48 Lime Green

📋 copy color: '#54DC48'

red 84 ◦ green 220 ◦ blue 72

#54DC48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #54DC48

Tints of Lime Green #54DC48

RGB

 RED value IS 84 (33.2% from 255) = 22.34%

 GREEN value IS 220 (86.33% from 255) = 58.51%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 22.34%
G = 58.51%
B = 19.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#54DC48 (or 0x54DC48) is known color: Lime Green. HEX triplet: 54, DC and 48. RGB value is (84,220,72). Sum of RGB (Red+Green+Blue) = 84+220+72=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DC48 is #AB23B7. Grayscale: #A2A2A2. Windows color (decimal): -11215800 or 4774996. OLE color: 4774996.

HSL color Cylindrical-coordinate representation of color #54DC48: hue angle of 115.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DC48 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 220 72 -
CMYK 0.62 0 0.67 0.14
HSL 115.14º 0.68% 0.57% -
HSV(B) 115.14º 0.67% 0.86% -
XYZ 30.42 53.54 14.86 -
YUV 162.46 76.94 72.03 -
System Red Green Blue C M Y K H S L
Decimal 84 220 72 0.62 0 0.67 0.14 115.14 0.68 0.57
Hex 54 DC 48 3E 0 43 E 73 44 39
Octal 124 334 110 76 0 103 16 163 104 71
Binary 1010100 11011100 1001000 111110 0 1000011 1110 1110011 1000100 111001

Color Harmonies of #54DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DC48

Black with #54DC48

Text Example


Text Example

White with #54DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,220,72); }

 H1.HeaderClassName
 {
   color: #54DC48;
 }
 .AnyTagClassName
 {
   color: #54DC48;
 }
</style>

background-color css

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

 a { background-color: rgb(84,220,72); }

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

border-color css

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

 span { border-color: rgb(84,220,72); }

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