Html Css Color HEX #4AE130 Lime Green

📋 copy color: '#4AE130'

red 74 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #4AE130

Tints of Lime Green #4AE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.84%

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 21.33%
G = 64.84%
B = 13.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#4AE130 (or 0x4AE130) is known color: Lime Green. HEX triplet: 4A, E1 and 30. RGB value is (74,225,48). Sum of RGB (Red+Green+Blue) = 74+225+48=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 225 (88.28% from 255 or 64.84% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE130 is #B51ECF. Grayscale: #A0A0A0. Windows color (decimal): -11869904 or 3203402. OLE color: 3203402.

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

Color convert

RGB 74 225 48 -
CMYK 0.67 0 0.79 0.12
HSL 111.19º 0.75% 0.54% -
HSV(B) 111.19º 0.79% 0.88% -
XYZ 30.28 55.52 11.92 -
YUV 159.67 64.97 66.89 -
System Red Green Blue C M Y K H S L
Decimal 74 225 48 0.67 0 0.79 0.12 111.19 0.75 0.54
Hex 4A E1 30 43 0 4F C 6F 4B 36
Octal 112 341 60 103 0 117 14 157 113 66
Binary 1001010 11100001 110000 1000011 0 1001111 1100 1101111 1001011 110110

Color Harmonies of #4AE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE130

Black with #4AE130

Text Example


Text Example

White with #4AE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,225,48); }

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

background-color css

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

 a { background-color: rgb(74,225,48); }

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

border-color css

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

 span { border-color: rgb(74,225,48); }

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