#3ADD50

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

Shades of Lime Green #3ADD50

Tints of Lime Green #3ADD50

Color information

#3ADD50 (or 0x3ADD50) is unknown color: approx Lime Green. HEX triplet: 3A, DD and 50. RGB value is (58,221,80). Sum of RGB (Red+Green+Blue) = 58+221+80=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD50 is #C522AF. Grayscale: #9C9C9C. Windows color (decimal): -12919472 or 5299514. OLE color: 5299514.

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

Color convert

RGB5822180-
CMYK0.7400.640.13
HSL128.1º70.56%54.71%-
HSV(B)128.1º73.76%86.67%-
XYZ29.0553.1916.33-
YUV156.198557.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.16%
GREEN value IS 221 (86.72% from 255) = 61.56%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=16.16%
G=61.56%
B=22.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58221800.7400.640.13128.170.5654.71
Hex3ADD504A040D804737
Octal7233512011201001520010767
Binary1110101101110110100001001010010000001101100000001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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