#4AD750

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

Shades of Lime Green #4AD750

Tints of Lime Green #4AD750

Color information

#4AD750 (or 0x4AD750) is unknown color: approx Lime Green. HEX triplet: 4A, D7 and 50. RGB value is (74,215,80). Sum of RGB (Red+Green+Blue) = 74+215+80=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD750 is #B528AF. Grayscale: #9D9D9D. Windows color (decimal): -11872432 or 5297994. OLE color: 5297994.

HSL color Cylindrical-coordinate representation of color #4AD750: hue angle of 122.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD750 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB7421580-
CMYK0.6600.630.16
HSL122.55º63.8%56.67%-
HSV(B)122.55º65.58%84.31%-
XYZ28.5750.6415.86-
YUV157.4584.2968.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.05%
GREEN value IS 215 (84.38% from 255) = 58.27%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=20.05%
G=58.27%
B=21.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74215800.6600.630.16122.5563.856.67
Hex4AD7504203F107b4039
Octal1123271201020772017310071
Binary1001010110101111010000100001001111111000011110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,215,80); }

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

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

 a { background-color: rgb(74,215,80); }

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

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

 span { border-color: rgb(74,215,80); }

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