Html Css Color HEX #4AE232 Lime Green

📋 copy color: '#4AE232'

red 74 ◦ green 226 ◦ blue 50

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

Shades of Lime Green #4AE232

Tints of Lime Green #4AE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 64.57%

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

R = 21.14%
G = 64.57%
B = 14.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#4AE232 (or 0x4AE232) is known color: Lime Green. HEX triplet: 4A, E2 and 32. RGB value is (74,226,50). Sum of RGB (Red+Green+Blue) = 74+226+50=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE232 is #B51DCD. Grayscale: #A1A1A1. Windows color (decimal): -11869646 or 3334730. OLE color: 3334730.

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

Color convert

RGB 74 226 50 -
CMYK 0.67 0 0.78 0.11
HSL 111.82º 0.75% 0.54% -
HSV(B) 111.82º 0.78% 0.89% -
XYZ 30.6 56.08 12.23 -
YUV 160.49 65.64 66.31 -
System Red Green Blue C M Y K H S L
Decimal 74 226 50 0.67 0 0.78 0.11 111.82 0.75 0.54
Hex 4A E2 32 43 0 4E B 70 4B 36
Octal 112 342 62 103 0 116 13 160 113 66
Binary 1001010 11100010 110010 1000011 0 1001110 1011 1110000 1001011 110110

Color Harmonies of #4AE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE232

Black with #4AE232

Text Example


Text Example

White with #4AE232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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