Html Css Color HEX #4AE52A Lime Green

📋 copy color: '#4AE52A'

red 74 ◦ green 229 ◦ blue 42

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

Shades of Lime Green #4AE52A

Tints of Lime Green #4AE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 66.38%

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

R = 21.45%
G = 66.38%
B = 12.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#4AE52A (or 0x4AE52A) is known color: Lime Green. HEX triplet: 4A, E5 and 2A. RGB value is (74,229,42). Sum of RGB (Red+Green+Blue) = 74+229+42=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 229 (89.84% from 255 or 66.38% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE52A is #B51AD5. Grayscale: #A1A1A1. Windows color (decimal): -11868886 or 2811210. OLE color: 2811210.

HSL color Cylindrical-coordinate representation of color #4AE52A: hue angle of 109.73º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AE52A is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 229 42 -
CMYK 0.68 0 0.82 0.10
HSL 109.73º 0.78% 0.53% -
HSV(B) 109.73º 0.82% 0.9% -
XYZ 31.26 57.66 11.67 -
YUV 161.34 60.65 65.71 -
System Red Green Blue C M Y K H S L
Decimal 74 229 42 0.68 0 0.82 0.10 109.73 0.78 0.53
Hex 4A E5 2A 44 0 52 A 6E 4E 35
Octal 112 345 52 104 0 122 12 156 116 65
Binary 1001010 11100101 101010 1000100 0 1010010 1010 1101110 1001110 110101

Color Harmonies of #4AE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE52A

Black with #4AE52A

Text Example


Text Example

White with #4AE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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