#4AED43

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

Shades of Lime Green #4AED43

Tints of Lime Green #4AED43

Color information

#4AED43 (or 0x4AED43) is unknown color: approx Lime Green. HEX triplet: 4A, ED and 43. RGB value is (74,237,67). Sum of RGB (Red+Green+Blue) = 74+237+67=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AED43 is #B512BC. Grayscale: #A9A9A9. Windows color (decimal): -11866813 or 4451658. OLE color: 4451658.

HSL color Cylindrical-coordinate representation of color #4AED43: hue angle of 117.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AED43 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB7423767-
CMYK0.6900.720.07
HSL117.53º82.52%59.61%-
HSV(B)117.53º71.73%92.94%-
XYZ34.1262.4315.56-
YUV168.8870.560.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 237 (92.97% from 255) = 62.70%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=19.58%
G=62.70%
B=17.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74237670.6900.720.07117.5382.5259.61
Hex4AED4345048776533c
Octal1123551031050110716612374
Binary100101011101101100001110001010100100011111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AED43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,237,67); }

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

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

 a { background-color: rgb(74,237,67); }

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

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

 span { border-color: rgb(74,237,67); }

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