#4AE041

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

Shades of Lime Green #4AE041

Tints of Lime Green #4AE041

Color information

#4AE041 (or 0x4AE041) is unknown color: approx Lime Green. HEX triplet: 4A, E0 and 41. RGB value is (74,224,65). Sum of RGB (Red+Green+Blue) = 74+224+65=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE041 is #B51FBE. Grayscale: #A1A1A1. Windows color (decimal): -11870143 or 4317258. OLE color: 4317258.

HSL color Cylindrical-coordinate representation of color #4AE041: hue angle of 116.6º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AE041 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB7422465-
CMYK0.6700.710.12
HSL116.6º71.95%56.67%-
HSV(B)116.6º70.98%87.84%-
XYZ30.4355.1514.04-
YUV161.0273.8165.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.39%
GREEN value IS 224 (87.89% from 255) = 61.71%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=20.39%
G=61.71%
B=17.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal74224650.6700.710.12116.671.9556.67
Hex4AE04143047C754839
Octal11234010110301071416511071
Binary1001010111000001000001100001101000111110011101011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,224,65); }

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

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

 a { background-color: rgb(74,224,65); }

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

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

 span { border-color: rgb(74,224,65); }

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