Html Css Color HEX #4ADC39 Lime Green

📋 copy color: '#4ADC39'

red 74 ◦ green 220 ◦ blue 57

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

Shades of Lime Green #4ADC39

Tints of Lime Green #4ADC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 21.08%
G = 62.68%
B = 16.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#4ADC39 (or 0x4ADC39) is known color: Lime Green. HEX triplet: 4A, DC and 39. RGB value is (74,220,57). Sum of RGB (Red+Green+Blue) = 74+220+57=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC39 is #B523C6. Grayscale: #9E9E9E. Windows color (decimal): -11871175 or 3791946. OLE color: 3791946.

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

Color convert

RGB 74 220 57 -
CMYK 0.66 0 0.74 0.14
HSL 113.74º 0.7% 0.54% -
HSV(B) 113.74º 0.74% 0.86% -
XYZ 29.16 52.94 12.55 -
YUV 157.76 71.13 68.25 -
System Red Green Blue C M Y K H S L
Decimal 74 220 57 0.66 0 0.74 0.14 113.74 0.7 0.54
Hex 4A DC 39 42 0 4A E 72 46 36
Octal 112 334 71 102 0 112 16 162 106 66
Binary 1001010 11011100 111001 1000010 0 1001010 1110 1110010 1000110 110110

Color Harmonies of #4ADC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC39

Black with #4ADC39

Text Example


Text Example

White with #4ADC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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