#4AD039

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

Shades of Lime Green #4AD039

Tints of Lime Green #4AD039

Color information

#4AD039 (or 0x4AD039) is unknown color: approx Lime Green. HEX triplet: 4A, D0 and 39. RGB value is (74,208,57). Sum of RGB (Red+Green+Blue) = 74+208+57=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD039 is #B52FC6. Grayscale: #979797. Windows color (decimal): -11874247 or 3788874. OLE color: 3788874.

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

Color convert

RGB7420857-
CMYK0.6400.730.18
HSL113.25º61.63%51.96%-
HSV(B)113.25º72.6%81.57%-
XYZ26.1246.8611.54-
YUV150.7275.1173.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 208 (81.64% from 255) = 61.36%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=21.83%
G=61.36%
B=16.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74208570.6400.730.18113.2561.6351.96
Hex4AD0394004912713e34
Octal112320711000111221617664
Binary100101011010000111001100000001001001100101110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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