#4AD03C

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

Shades of Lime Green #4AD03C

Tints of Lime Green #4AD03C

Color information

#4AD03C (or 0x4AD03C) is unknown color: approx Lime Green. HEX triplet: 4A, D0 and 3C. RGB value is (74,208,60). Sum of RGB (Red+Green+Blue) = 74+208+60=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD03C is #B52FC3. Grayscale: #979797. Windows color (decimal): -11874244 or 3985482. OLE color: 3985482.

HSL color Cylindrical-coordinate representation of color #4AD03C: hue angle of 114.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD03C is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB7420860-
CMYK0.6400.710.18
HSL114.32º61.16%52.55%-
HSV(B)114.32º71.15%81.57%-
XYZ26.246.8911.95-
YUV151.0676.6173.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.64%
GREEN value IS 208 (81.64% from 255) = 60.82%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=21.64%
G=60.82%
B=17.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74208600.6400.710.18114.3261.1652.55
Hex4AD03C4004712723d35
Octal112320741000107221627565
Binary100101011010000111100100000001000111100101110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,208,60); }

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

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

 a { background-color: rgb(74,208,60); }

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

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

 span { border-color: rgb(74,208,60); }

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