Html Css Color HEX #4ADC54 Lime Green

📋 copy color: '#4ADC54'

red 74 ◦ green 220 ◦ blue 84

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

Shades of Lime Green #4ADC54

Tints of Lime Green #4ADC54

RGB

 RED value IS 74 (29.3% from 255) = 19.58%

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

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 19.58%
G = 58.2%
B = 22.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#4ADC54 (or 0x4ADC54) is known color: Lime Green. HEX triplet: 4A, DC and 54. RGB value is (74,220,84). Sum of RGB (Red+Green+Blue) = 74+220+84=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC54 is #B523AB. Grayscale: #A1A1A1. Windows color (decimal): -11871148 or 5561418. OLE color: 5561418.

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

Color convert

RGB 74 220 84 -
CMYK 0.66 0 0.62 0.14
HSL 124.11º 0.68% 0.58% -
HSV(B) 124.11º 0.66% 0.86% -
XYZ 30.02 53.28 17.09 -
YUV 160.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 74 220 84 0.66 0 0.62 0.14 124.11 0.68 0.58
Hex 4A DC 54 42 0 3E E 7C 44 3A
Octal 112 334 124 102 0 76 16 174 104 72
Binary 1001010 11011100 1010100 1000010 0 111110 1110 1111100 1000100 111010

Color Harmonies of #4ADC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC54

Black with #4ADC54

Text Example


Text Example

White with #4ADC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADC54; }

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

 H1.HeaderClassName
 {
   color: #4ADC54;
 }
 .AnyTagClassName
 {
   color: #4ADC54;
 }
</style>

background-color css

<style>
 a { background-color: #4ADC54; }

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

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

border-color css

<style>
 span { border-color: #4ADC54; }

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

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