Html Css Color HEX #4ADC52 Lime Green

📋 copy color: '#4ADC52'

red 74 ◦ green 220 ◦ blue 82

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

Shades of Lime Green #4ADC52

Tints of Lime Green #4ADC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 19.68%
G = 58.51%
B = 21.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#4ADC52 (or 0x4ADC52) is known color: Lime Green. HEX triplet: 4A, DC and 52. RGB value is (74,220,82). Sum of RGB (Red+Green+Blue) = 74+220+82=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC52 is #B523AD. Grayscale: #A1A1A1. Windows color (decimal): -11871150 or 5430346. OLE color: 5430346.

HSL color Cylindrical-coordinate representation of color #4ADC52: hue angle of 123.29º 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 #4ADC52 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 82 -
CMYK 0.66 0 0.63 0.14
HSL 123.29º 0.68% 0.58% -
HSV(B) 123.29º 0.66% 0.86% -
XYZ 29.94 53.25 16.68 -
YUV 160.61 83.63 66.22 -
System Red Green Blue C M Y K H S L
Decimal 74 220 82 0.66 0 0.63 0.14 123.29 0.68 0.58
Hex 4A DC 52 42 0 3F E 7B 44 3A
Octal 112 334 122 102 0 77 16 173 104 72
Binary 1001010 11011100 1010010 1000010 0 111111 1110 1111011 1000100 111010

Color Harmonies of #4ADC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC52

Black with #4ADC52

Text Example


Text Example

White with #4ADC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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