Html Css Color HEX #4AE046 Lime Green

📋 copy color: '#4AE046'

red 74 ◦ green 224 ◦ blue 70

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

Shades of Lime Green #4AE046

Tints of Lime Green #4AE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.87%

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

R = 20.11%
G = 60.87%
B = 19.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#4AE046 (or 0x4AE046) is known color: Lime Green. HEX triplet: 4A, E0 and 46. RGB value is (74,224,70). Sum of RGB (Red+Green+Blue) = 74+224+70=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE046 is #B51FB9. Grayscale: #A2A2A2. Windows color (decimal): -11870138 or 4644938. OLE color: 4644938.

HSL color Cylindrical-coordinate representation of color #4AE046: hue angle of 118.44º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AE046 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 224 70 -
CMYK 0.67 0 0.69 0.12
HSL 118.44º 0.71% 0.58% -
HSV(B) 118.44º 0.69% 0.88% -
XYZ 30.59 55.21 14.84 -
YUV 161.59 76.31 65.52 -
System Red Green Blue C M Y K H S L
Decimal 74 224 70 0.67 0 0.69 0.12 118.44 0.71 0.58
Hex 4A E0 46 43 0 45 C 76 47 3A
Octal 112 340 106 103 0 105 14 166 107 72
Binary 1001010 11100000 1000110 1000011 0 1000101 1100 1110110 1000111 111010

Color Harmonies of #4AE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE046

Black with #4AE046

Text Example


Text Example

White with #4AE046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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