Html Css Color HEX #4AE150 Lime Green

📋 copy color: '#4AE150'

red 74 ◦ green 225 ◦ blue 80

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

Shades of Lime Green #4AE150

Tints of Lime Green #4AE150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 19.53%
G = 59.37%
B = 21.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#4AE150 (or 0x4AE150) is known color: Lime Green. HEX triplet: 4A, E1 and 50. RGB value is (74,225,80). Sum of RGB (Red+Green+Blue) = 74+225+80=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE150 is #B51EAF. Grayscale: #A3A3A3. Windows color (decimal): -11869872 or 5300554. OLE color: 5300554.

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

Color convert

RGB 74 225 80 -
CMYK 0.67 0 0.64 0.12
HSL 122.38º 0.72% 0.59% -
HSV(B) 122.38º 0.67% 0.88% -
XYZ 31.2 55.89 16.73 -
YUV 163.32 80.97 64.29 -
System Red Green Blue C M Y K H S L
Decimal 74 225 80 0.67 0 0.64 0.12 122.38 0.72 0.59
Hex 4A E1 50 43 0 40 C 7A 48 3B
Octal 112 341 120 103 0 100 14 172 110 73
Binary 1001010 11100001 1010000 1000011 0 1000000 1100 1111010 1001000 111011

Color Harmonies of #4AE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE150

Black with #4AE150

Text Example


Text Example

White with #4AE150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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