Html Css Color HEX #4AEA40 Lime Green

📋 copy color: '#4AEA40'

red 74 ◦ green 234 ◦ blue 64

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

Shades of Lime Green #4AEA40

Tints of Lime Green #4AEA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 19.89%
G = 62.9%
B = 17.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#4AEA40 (or 0x4AEA40) is known color: Lime Green. HEX triplet: 4A, EA and 40. RGB value is (74,234,64). Sum of RGB (Red+Green+Blue) = 74+234+64=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA40 is #B515BF. Grayscale: #A7A7A7. Windows color (decimal): -11867584 or 4254282. OLE color: 4254282.

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

Color convert

RGB 74 234 64 -
CMYK 0.68 0 0.73 0.08
HSL 116.47º 0.8% 0.58% -
HSV(B) 116.47º 0.73% 0.92% -
XYZ 33.17 60.67 14.81 -
YUV 166.78 69.99 61.82 -
System Red Green Blue C M Y K H S L
Decimal 74 234 64 0.68 0 0.73 0.08 116.47 0.8 0.58
Hex 4A EA 40 44 0 49 8 74 50 3A
Octal 112 352 100 104 0 111 10 164 120 72
Binary 1001010 11101010 1000000 1000100 0 1001001 1000 1110100 1010000 111010

Color Harmonies of #4AEA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEA40

Black with #4AEA40

Text Example


Text Example

White with #4AEA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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