#3ADD49

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

Shades of Lime Green #3ADD49

Tints of Lime Green #3ADD49

Color information

#3ADD49 (or 0x3ADD49) is unknown color: approx Lime Green. HEX triplet: 3A, DD and 49. RGB value is (58,221,73). Sum of RGB (Red+Green+Blue) = 58+221+73=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADD49 is #C522B6. Grayscale: #9B9B9B. Windows color (decimal): -12919479 or 4840762. OLE color: 4840762.

HSL color Cylindrical-coordinate representation of color #3ADD49: hue angle of 125.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD49 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB5822173-
CMYK0.7400.670.13
HSL125.52º70.56%54.71%-
HSV(B)125.52º73.76%86.67%-
XYZ28.853.0915.03-
YUV155.3981.558.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 221 (86.72% from 255) = 62.78%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=16.48%
G=62.78%
B=20.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58221730.7400.670.13125.5270.5654.71
Hex3ADD494A043D7e4737
Octal7233511111201031517610767
Binary111010110111011001001100101001000011110111111101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,221,73); }

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

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

 a { background-color: rgb(58,221,73); }

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

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

 span { border-color: rgb(58,221,73); }

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