#4ADC3A

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

Shades of Lime Green #4ADC3A

Tints of Lime Green #4ADC3A

Color information

#4ADC3A (or 0x4ADC3A) is unknown color: approx Lime Green. HEX triplet: 4A, DC and 3A. RGB value is (74,220,58). Sum of RGB (Red+Green+Blue) = 74+220+58=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADC3A is #B523C5. Grayscale: #9E9E9E. Windows color (decimal): -11871174 or 3857482. OLE color: 3857482.

HSL color Cylindrical-coordinate representation of color #4ADC3A: hue angle of 114.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ADC3A is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB7422058-
CMYK0.6600.740.14
HSL114.07º69.83%54.51%-
HSV(B)114.07º73.64%86.27%-
XYZ29.1852.9512.68-
YUV157.8871.6368.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.02%
GREEN value IS 220 (86.33% from 255) = 62.5%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=21.02%
G=62.5%
B=16.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal74220580.6600.740.14114.0769.8354.51
Hex4ADC3A4204AE724637
Octal1123347210201121616210667
Binary100101011011100111010100001001001010111011100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,220,58); }

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

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

 a { background-color: rgb(74,220,58); }

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

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

 span { border-color: rgb(74,220,58); }

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