#4add51

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

Shades of Lime Green #4ADD51

Tints of Lime Green #4ADD51

Color information

#4ADD51 (or 0x4ADD51) is unknown color: approx Lime Green. HEX triplet: 4A, DD and 51. RGB value is (74,221,81). Sum of RGB (Red+Green+Blue) = 74+221+81=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD51 is #B522AE. Grayscale: #A1A1A1. Windows color (decimal): -11870895 or 5365066. OLE color: 5365066.

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

Color convert

RGB7422181-
CMYK0.6700.630.13
HSL122.86º68.37%57.84%-
HSV(B)122.86º66.52%86.67%-
XYZ30.1753.7616.57-
YUV161.0982.865.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.68%
GREEN value IS 221 (86.72% from 255) = 58.78%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=19.68%
G=58.78%
B=21.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74221810.6700.630.13122.8668.3757.84
Hex4ADD514303FD7b443a
Octal1123351211030771517310472
Binary100101011011101101000110000110111111110111110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4add51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,221,81); }

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

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

 a { background-color: rgb(74,221,81); }

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

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

 span { border-color: rgb(74,221,81); }

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