#4AD940

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

Shades of Lime Green #4AD940

Tints of Lime Green #4AD940

Color information

#4AD940 (or 0x4AD940) is unknown color: approx Lime Green. HEX triplet: 4A, D9 and 40. RGB value is (74,217,64). Sum of RGB (Red+Green+Blue) = 74+217+64=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 217 (85.16% from 255 or 61.13% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD940 is #B526BF. Grayscale: #9D9D9D. Windows color (decimal): -11871936 or 4249930. OLE color: 4249930.

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

Color convert

RGB7421764-
CMYK0.6600.710.15
HSL116.08º66.81%55.1%-
HSV(B)116.08º70.51%85.1%-
XYZ28.5651.4513.28-
YUV156.875.6268.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 217 (85.16% from 255) = 61.13%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=20.85%
G=61.13%
B=18.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74217640.6600.710.15116.0866.8155.1
Hex4AD94042047F744337
Octal11233110010201071716410367
Binary1001010110110011000000100001001000111111111101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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