Html Css Color HEX #4ADD46 Lime Green

📋 copy color: '#4ADD46'

red 74 ◦ green 221 ◦ blue 70

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

Shades of Lime Green #4ADD46

Tints of Lime Green #4ADD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 20.27%
G = 60.55%
B = 19.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#4ADD46 (or 0x4ADD46) is known color: Lime Green. HEX triplet: 4A, DD and 46. RGB value is (74,221,70). Sum of RGB (Red+Green+Blue) = 74+221+70=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD46 is #B522B9. Grayscale: #A0A0A0. Windows color (decimal): -11870906 or 4644170. OLE color: 4644170.

HSL color Cylindrical-coordinate representation of color #4ADD46: hue angle of 118.41º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADD46 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 70 -
CMYK 0.67 0 0.68 0.13
HSL 118.41º 0.69% 0.57% -
HSV(B) 118.41º 0.68% 0.87% -
XYZ 29.79 53.61 14.57 -
YUV 159.83 77.3 66.78 -
System Red Green Blue C M Y K H S L
Decimal 74 221 70 0.67 0 0.68 0.13 118.41 0.69 0.57
Hex 4A DD 46 43 0 44 D 76 45 39
Octal 112 335 106 103 0 104 15 166 105 71
Binary 1001010 11011101 1000110 1000011 0 1000100 1101 1110110 1000101 111001

Color Harmonies of #4ADD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD46

Black with #4ADD46

Text Example


Text Example

White with #4ADD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,221,70); }

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

background-color css

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

 a { background-color: rgb(74,221,70); }

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

border-color css

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

 span { border-color: rgb(74,221,70); }

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