#4AD748

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

Shades of Lime Green #4AD748

Tints of Lime Green #4AD748

Color information

#4AD748 (or 0x4AD748) is unknown color: approx Lime Green. HEX triplet: 4A, D7 and 48. RGB value is (74,215,72). Sum of RGB (Red+Green+Blue) = 74+215+72=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD748 is #B528B7. Grayscale: #9C9C9C. Windows color (decimal): -11872440 or 4773706. OLE color: 4773706.

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

Color convert

RGB7421572-
CMYK0.6600.670.16
HSL119.16º64.13%56.27%-
HSV(B)119.16º66.51%84.31%-
XYZ28.2950.5214.39-
YUV156.5480.2969.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 215 (84.38% from 255) = 59.56%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=20.50%
G=59.56%
B=19.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74215720.6600.670.16119.1664.1356.27
Hex4AD7484204310774038
Octal11232711010201032016710070
Binary10010101101011110010001000010010000111000011101111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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