Html Css Color HEX #4AE32A Lime Green

📋 copy color: '#4AE32A'

red 74 ◦ green 227 ◦ blue 42

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

Shades of Lime Green #4AE32A

Tints of Lime Green #4AE32A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 66.18%

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 21.57%
G = 66.18%
B = 12.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#4AE32A (or 0x4AE32A) is known color: Lime Green. HEX triplet: 4A, E3 and 2A. RGB value is (74,227,42). Sum of RGB (Red+Green+Blue) = 74+227+42=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 227 (89.06% from 255 or 66.18% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE32A is #B51CD5. Grayscale: #A0A0A0. Windows color (decimal): -11869398 or 2810698. OLE color: 2810698.

HSL color Cylindrical-coordinate representation of color #4AE32A: hue angle of 109.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AE32A is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 227 42 -
CMYK 0.67 0 0.81 0.11
HSL 109.62º 0.77% 0.53% -
HSV(B) 109.62º 0.81% 0.89% -
XYZ 30.71 56.56 11.49 -
YUV 160.16 61.31 66.54 -
System Red Green Blue C M Y K H S L
Decimal 74 227 42 0.67 0 0.81 0.11 109.62 0.77 0.53
Hex 4A E3 2A 43 0 51 B 6E 4D 35
Octal 112 343 52 103 0 121 13 156 115 65
Binary 1001010 11100011 101010 1000011 0 1010001 1011 1101110 1001101 110101

Color Harmonies of #4AE32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE32A

Black with #4AE32A

Text Example


Text Example

White with #4AE32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,227,42); }

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

background-color css

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

 a { background-color: rgb(74,227,42); }

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

border-color css

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

 span { border-color: rgb(74,227,42); }

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