#3AD131

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

Shades of Lime Green #3AD131

Tints of Lime Green #3AD131

Color information

#3AD131 (or 0x3AD131) is unknown color: approx Lime Green. HEX triplet: 3A, D1 and 31. RGB value is (58,209,49). Sum of RGB (Red+Green+Blue) = 58+209+49=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD131 is #C52ECE. Grayscale: #929292. Windows color (decimal): -12922575 or 3264826. OLE color: 3264826.

HSL color Cylindrical-coordinate representation of color #3AD131: hue angle of 116.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD131 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB5820949-
CMYK0.7200.770.18
HSL116.62º63.49%50.59%-
HSV(B)116.62º76.56%81.96%-
XYZ25.146.7210.6-
YUV145.6173.4765.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 209 (82.03% from 255) = 66.14%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=18.35%
G=66.14%
B=15.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58209490.7200.770.18116.6263.4950.59
Hex3AD1314804D12753f33
Octal72321611100115221657763
Binary11101011010001110001100100001001101100101110101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,209,49); }

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

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

 a { background-color: rgb(58,209,49); }

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

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

 span { border-color: rgb(58,209,49); }

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