Html Css Color HEX #4AE940 Lime Green

📋 copy color: '#4AE940'

red 74 ◦ green 233 ◦ blue 64

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

Shades of Lime Green #4AE940

Tints of Lime Green #4AE940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.8%

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

R = 19.95%
G = 62.8%
B = 17.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#4AE940 (or 0x4AE940) is known color: Lime Green. HEX triplet: 4A, E9 and 40. RGB value is (74,233,64). Sum of RGB (Red+Green+Blue) = 74+233+64=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 233 (91.41% from 255 or 62.80% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE940 is #B516BF. Grayscale: #A6A6A6. Windows color (decimal): -11867840 or 4254026. OLE color: 4254026.

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

Color convert

RGB 74 233 64 -
CMYK 0.68 0 0.73 0.09
HSL 116.45º 0.79% 0.58% -
HSV(B) 116.45º 0.73% 0.91% -
XYZ 32.89 60.1 14.72 -
YUV 166.19 70.32 62.24 -
System Red Green Blue C M Y K H S L
Decimal 74 233 64 0.68 0 0.73 0.09 116.45 0.79 0.58
Hex 4A E9 40 44 0 49 9 74 4F 3A
Octal 112 351 100 104 0 111 11 164 117 72
Binary 1001010 11101001 1000000 1000100 0 1001001 1001 1110100 1001111 111010

Color Harmonies of #4AE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE940

Black with #4AE940

Text Example


Text Example

White with #4AE940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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