#4AD050

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

Shades of Lime Green #4AD050

Tints of Lime Green #4AD050

Color information

#4AD050 (or 0x4AD050) is unknown color: approx Lime Green. HEX triplet: 4A, D0 and 50. RGB value is (74,208,80). Sum of RGB (Red+Green+Blue) = 74+208+80=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD050 is #B52FAF. Grayscale: #999999. Windows color (decimal): -11874224 or 5296202. OLE color: 5296202.

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

Color convert

RGB7420880-
CMYK0.6400.620.18
HSL122.69º58.77%55.29%-
HSV(B)122.69º64.42%81.57%-
XYZ26.8347.1515.28-
YUV153.3486.6171.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.44%
GREEN value IS 208 (81.64% from 255) = 57.46%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=20.44%
G=57.46%
B=22.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74208800.6400.620.18122.6958.7755.29
Hex4AD0504003E127b3b37
Octal112320120100076221737367
Binary100101011010000101000010000000111110100101111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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