Html Css Color HEX #4AE035 Lime Green

📋 copy color: '#4AE035'

red 74 ◦ green 224 ◦ blue 53

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

Shades of Lime Green #4AE035

Tints of Lime Green #4AE035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 21.08%
G = 63.82%
B = 15.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#4AE035 (or 0x4AE035) is known color: Lime Green. HEX triplet: 4A, E0 and 35. RGB value is (74,224,53). Sum of RGB (Red+Green+Blue) = 74+224+53=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE035 is #B51FCA. Grayscale: #A0A0A0. Windows color (decimal): -11870155 or 3530826. OLE color: 3530826.

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

Color convert

RGB 74 224 53 -
CMYK 0.67 0 0.76 0.12
HSL 112.63º 0.73% 0.54% -
HSV(B) 112.63º 0.76% 0.88% -
XYZ 30.12 55.02 12.4 -
YUV 159.66 67.81 66.9 -
System Red Green Blue C M Y K H S L
Decimal 74 224 53 0.67 0 0.76 0.12 112.63 0.73 0.54
Hex 4A E0 35 43 0 4C C 71 49 36
Octal 112 340 65 103 0 114 14 161 111 66
Binary 1001010 11100000 110101 1000011 0 1001100 1100 1110001 1001001 110110

Color Harmonies of #4AE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE035

Black with #4AE035

Text Example


Text Example

White with #4AE035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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