#4AE942

Color #4AE942 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4AE942

Tints of Lime Green #4AE942

Color information

#4AE942 (or 0x4AE942) is unknown color: approx Lime Green. HEX triplet: 4A, E9 and 42. RGB value is (74,233,66). Sum of RGB (Red+Green+Blue) = 74+233+66=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 233 (91.41% from 255 or 62.47% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE942 is #B516BD. Grayscale: #A6A6A6. Windows color (decimal): -11867838 or 4385098. OLE color: 4385098.

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

Color convert

RGB7423366-
CMYK0.6800.720.09
HSL117.13º79.15%58.63%-
HSV(B)117.13º71.67%91.37%-
XYZ32.9560.1315.02-
YUV166.4271.3262.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.84%
GREEN value IS 233 (91.41% from 255) = 62.47%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=19.84%
G=62.47%
B=17.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal74233660.6800.720.09117.1379.1558.63
Hex4AE942440489754f3b
Octal11235110210401101116511773
Binary1001010111010011000010100010001001000100111101011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AE942;
 }
 .AnyTagClassName
 {
   color: #4AE942;
 }
</style>
background-color css

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

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

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

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

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

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