#3AD916

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

Shades of Lime Green #3AD916

Tints of Lime Green #3AD916

Color information

#3AD916 (or 0x3AD916) is unknown color: approx Lime Green. HEX triplet: 3A, D9 and 16. RGB value is (58,217,22). Sum of RGB (Red+Green+Blue) = 58+217+22=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 217 (85.16% from 255 or 73.06% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD916 is #C526E9. Grayscale: #939393. Windows color (decimal): -12920554 or 1497402. OLE color: 1497402.

HSL color Cylindrical-coordinate representation of color #3AD916: hue angle of 108.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AD916 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB5821722-
CMYK0.7300.900.15
HSL108.92º81.59%46.86%-
HSV(B)108.92º89.86%85.1%-
XYZ26.750.589.12-
YUV147.2357.3264.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 217 (85.16% from 255) = 73.06%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=19.53%
G=73.06%
B=7.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal58217220.7300.900.15108.9281.5946.86
Hex3AD9164905AF6d522f
Octal723312611101321715512257
Binary1110101101100110110100100101011010111111011011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,217,22); }

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

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

 a { background-color: rgb(58,217,22); }

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

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

 span { border-color: rgb(58,217,22); }

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