Html Css Color HEX #4AE032 Lime Green

📋 copy color: '#4AE032'

red 74 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #4AE032

Tints of Lime Green #4AE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 21.26%
G = 64.37%
B = 14.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#4AE032 (or 0x4AE032) is known color: Lime Green. HEX triplet: 4A, E0 and 32. RGB value is (74,224,50). Sum of RGB (Red+Green+Blue) = 74+224+50=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE032 is #B51FCD. Grayscale: #9F9F9F. Windows color (decimal): -11870158 or 3334218. OLE color: 3334218.

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

Color convert

RGB 74 224 50 -
CMYK 0.67 0 0.78 0.12
HSL 111.72º 0.74% 0.54% -
HSV(B) 111.72º 0.78% 0.88% -
XYZ 30.06 55 12.05 -
YUV 159.31 66.31 67.15 -
System Red Green Blue C M Y K H S L
Decimal 74 224 50 0.67 0 0.78 0.12 111.72 0.74 0.54
Hex 4A E0 32 43 0 4E C 70 4A 36
Octal 112 340 62 103 0 116 14 160 112 66
Binary 1001010 11100000 110010 1000011 0 1001110 1100 1110000 1001010 110110

Color Harmonies of #4AE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE032

Black with #4AE032

Text Example


Text Example

White with #4AE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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