Html Css Color HEX #4AE139 Lime Green

📋 copy color: '#4AE139'

red 74 ◦ green 225 ◦ blue 57

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

Shades of Lime Green #4AE139

Tints of Lime Green #4AE139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 20.79%
G = 63.2%
B = 16.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#4AE139 (or 0x4AE139) is known color: Lime Green. HEX triplet: 4A, E1 and 39. RGB value is (74,225,57). Sum of RGB (Red+Green+Blue) = 74+225+57=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE139 is #B51EC6. Grayscale: #A1A1A1. Windows color (decimal): -11869895 or 3793226. OLE color: 3793226.

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

Color convert

RGB 74 225 57 -
CMYK 0.67 0 0.75 0.12
HSL 113.93º 0.74% 0.55% -
HSV(B) 113.93º 0.75% 0.88% -
XYZ 30.49 55.6 13 -
YUV 160.7 69.47 66.16 -
System Red Green Blue C M Y K H S L
Decimal 74 225 57 0.67 0 0.75 0.12 113.93 0.74 0.55
Hex 4A E1 39 43 0 4B C 72 4A 37
Octal 112 341 71 103 0 113 14 162 112 67
Binary 1001010 11100001 111001 1000011 0 1001011 1100 1110010 1001010 110111

Color Harmonies of #4AE139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE139

Black with #4AE139

Text Example


Text Example

White with #4AE139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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