Html Css Color HEX #4AE832 Lime Green

📋 copy color: '#4AE832'

red 74 ◦ green 232 ◦ blue 50

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

Shades of Lime Green #4AE832

Tints of Lime Green #4AE832

RGB

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

 GREEN value IS 232 (91.02% from 255) = 65.17%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 20.79%
G = 65.17%
B = 14.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#4AE832 (or 0x4AE832) is known color: Lime Green. HEX triplet: 4A, E8 and 32. RGB value is (74,232,50). Sum of RGB (Red+Green+Blue) = 74+232+50=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 232 (91.02% from 255 or 65.17% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE832 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE832 is #B517CD. Grayscale: #A4A4A4. Windows color (decimal): -11868110 or 3336266. OLE color: 3336266.

HSL color Cylindrical-coordinate representation of color #4AE832: hue angle of 112.09º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AE832 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 232 50 -
CMYK 0.68 0 0.78 0.09
HSL 112.09º 0.8% 0.55% -
HSV(B) 112.09º 0.78% 0.91% -
XYZ 32.26 59.4 12.78 -
YUV 164.01 63.65 63.8 -
System Red Green Blue C M Y K H S L
Decimal 74 232 50 0.68 0 0.78 0.09 112.09 0.8 0.55
Hex 4A E8 32 44 0 4E 9 70 50 37
Octal 112 350 62 104 0 116 11 160 120 67
Binary 1001010 11101000 110010 1000100 0 1001110 1001 1110000 1010000 110111

Color Harmonies of #4AE832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE832

Black with #4AE832

Text Example


Text Example

White with #4AE832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,232,50); }

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

background-color css

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

 a { background-color: rgb(74,232,50); }

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

border-color css

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

 span { border-color: rgb(74,232,50); }

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