Html Css Color HEX #4AEA32 Lime Green

📋 copy color: '#4AEA32'

red 74 ◦ green 234 ◦ blue 50

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

Shades of Lime Green #4AEA32

Tints of Lime Green #4AEA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 65.36%

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

R = 20.67%
G = 65.36%
B = 13.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#4AEA32 (or 0x4AEA32) is known color: Lime Green. HEX triplet: 4A, EA and 32. RGB value is (74,234,50). Sum of RGB (Red+Green+Blue) = 74+234+50=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 234 (91.80% from 255 or 65.36% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA32 is #B515CD. Grayscale: #A5A5A5. Windows color (decimal): -11867598 or 3336778. OLE color: 3336778.

HSL color Cylindrical-coordinate representation of color #4AEA32: hue angle of 112.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AEA32 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 50 -
CMYK 0.68 0 0.79 0.08
HSL 112.17º 0.81% 0.56% -
HSV(B) 112.17º 0.79% 0.92% -
XYZ 32.82 60.53 12.97 -
YUV 165.18 62.99 62.96 -
System Red Green Blue C M Y K H S L
Decimal 74 234 50 0.68 0 0.79 0.08 112.17 0.81 0.56
Hex 4A EA 32 44 0 4F 8 70 51 38
Octal 112 352 62 104 0 117 10 160 121 70
Binary 1001010 11101010 110010 1000100 0 1001111 1000 1110000 1010001 111000

Color Harmonies of #4AEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEA32

Black with #4AEA32

Text Example


Text Example

White with #4AEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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