#3ADC4B

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

Shades of Lime Green #3ADC4B

Tints of Lime Green #3ADC4B

Color information

#3ADC4B (or 0x3ADC4B) is unknown color: approx Lime Green. HEX triplet: 3A, DC and 4B. RGB value is (58,220,75). Sum of RGB (Red+Green+Blue) = 58+220+75=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC4B is #C523B4. Grayscale: #9B9B9B. Windows color (decimal): -12919733 or 4971578. OLE color: 4971578.

HSL color Cylindrical-coordinate representation of color #3ADC4B: hue angle of 126.3º 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 #3ADC4B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB5822075-
CMYK0.7400.660.14
HSL126.3º69.83%54.51%-
HSV(B)126.3º73.64%86.27%-
XYZ28.6152.5915.3-
YUV155.0382.8358.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 220 (86.33% from 255) = 62.32%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=16.43%
G=62.32%
B=21.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal58220750.7400.660.14126.369.8354.51
Hex3ADC4B4A042E7e4637
Octal7233411311201021617610667
Binary111010110111001001011100101001000010111011111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ADC4B; }

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

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

<style>
 a { background-color: #3ADC4B; }

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

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

<style>
 span { border-color: #3ADC4B; }

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

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