#3AD617

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

Shades of Lime Green #3AD617

Tints of Lime Green #3AD617

Color information

#3AD617 (or 0x3AD617) is unknown color: approx Lime Green. HEX triplet: 3A, D6 and 17. RGB value is (58,214,23). Sum of RGB (Red+Green+Blue) = 58+214+23=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD617 is #C529E8. Grayscale: #929292. Windows color (decimal): -12921321 or 1562170. OLE color: 1562170.

HSL color Cylindrical-coordinate representation of color #3AD617: hue angle of 109.01º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AD617 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB5821423-
CMYK0.7300.890.16
HSL109.01º80.59%46.47%-
HSV(B)109.01º89.25%83.92%-
XYZ25.9549.058.91-
YUV145.5858.8265.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 214 (83.98% from 255) = 72.54%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=19.66%
G=72.54%
B=7.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58214230.7300.890.16109.0180.5946.47
Hex3AD61749059106d512e
Octal723262711101312015512156
Binary11101011010110101111001001010110011000011011011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,214,23); }

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

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

 a { background-color: rgb(58,214,23); }

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

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

 span { border-color: rgb(58,214,23); }

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