#4ADE39

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

Shades of Lime Green #4ADE39

Tints of Lime Green #4ADE39

Color information

#4ADE39 (or 0x4ADE39) is unknown color: approx Lime Green. HEX triplet: 4A, DE and 39. RGB value is (74,222,57). Sum of RGB (Red+Green+Blue) = 74+222+57=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 222 (87.11% from 255 or 62.89% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE39 is #B521C6. Grayscale: #9F9F9F. Windows color (decimal): -11870663 or 3792458. OLE color: 3792458.

HSL color Cylindrical-coordinate representation of color #4ADE39: hue angle of 113.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ADE39 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB7422257-
CMYK0.6700.740.13
HSL113.82º71.43%54.71%-
HSV(B)113.82º74.32%87.06%-
XYZ29.6853.9912.73-
YUV158.9470.4767.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 222 (87.11% from 255) = 62.89%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=20.96%
G=62.89%
B=16.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74222570.6700.740.13113.8271.4354.71
Hex4ADE394304AD724737
Octal1123367110301121516210767
Binary100101011011110111001100001101001010110111100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,222,57); }

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

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

 a { background-color: rgb(74,222,57); }

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

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

 span { border-color: rgb(74,222,57); }

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