Html Css Color HEX #4AE82A Lime Green

📋 copy color: '#4AE82A'

red 74 ◦ green 232 ◦ blue 42

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

Shades of Lime Green #4AE82A

Tints of Lime Green #4AE82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 21.26%
G = 66.67%
B = 12.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#4AE82A (or 0x4AE82A) is known color: Lime Green. HEX triplet: 4A, E8 and 2A. RGB value is (74,232,42). Sum of RGB (Red+Green+Blue) = 74+232+42=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 232 (91.02% from 255 or 66.67% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE82A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE82A is #B517D5. Grayscale: #A3A3A3. Windows color (decimal): -11868118 or 2811978. OLE color: 2811978.

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

Color convert

RGB 74 232 42 -
CMYK 0.68 0 0.82 0.09
HSL 109.89º 0.81% 0.54% -
HSV(B) 109.89º 0.82% 0.91% -
XYZ 32.1 59.34 11.95 -
YUV 163.1 59.65 64.45 -
System Red Green Blue C M Y K H S L
Decimal 74 232 42 0.68 0 0.82 0.09 109.89 0.81 0.54
Hex 4A E8 2A 44 0 52 9 6E 51 36
Octal 112 350 52 104 0 122 11 156 121 66
Binary 1001010 11101000 101010 1000100 0 1010010 1001 1101110 1010001 110110

Color Harmonies of #4AE82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE82A

Black with #4AE82A

Text Example


Text Example

White with #4AE82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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