Html Css Color HEX #4AE732 Lime Green

📋 copy color: '#4AE732'

red 74 ◦ green 231 ◦ blue 50

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

Shades of Lime Green #4AE732

Tints of Lime Green #4AE732

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.07%

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

R = 20.85%
G = 65.07%
B = 14.08%

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

#4AE732 (or 0x4AE732) is known color: Lime Green. HEX triplet: 4A, E7 and 32. RGB value is (74,231,50). Sum of RGB (Red+Green+Blue) = 74+231+50=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE732 is #B518CD. Grayscale: #A3A3A3. Windows color (decimal): -11868366 or 3336010. OLE color: 3336010.

HSL color Cylindrical-coordinate representation of color #4AE732: hue angle of 112.04º degrees, saturation: 0.79, 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 #4AE732 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 231 50 -
CMYK 0.68 0 0.78 0.09
HSL 112.04º 0.79% 0.55% -
HSV(B) 112.04º 0.78% 0.91% -
XYZ 31.98 58.84 12.69 -
YUV 163.42 63.99 64.22 -
System Red Green Blue C M Y K H S L
Decimal 74 231 50 0.68 0 0.78 0.09 112.04 0.79 0.55
Hex 4A E7 32 44 0 4E 9 70 4F 37
Octal 112 347 62 104 0 116 11 160 117 67
Binary 1001010 11100111 110010 1000100 0 1001110 1001 1110000 1001111 110111

Color Harmonies of #4AE732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE732

Black with #4AE732

Text Example


Text Example

White with #4AE732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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