#3AD83E

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

Shades of Lime Green #3AD83E

Tints of Lime Green #3AD83E

Color information

#3AD83E (or 0x3AD83E) is unknown color: approx Lime Green. HEX triplet: 3A, D8 and 3E. RGB value is (58,216,62). Sum of RGB (Red+Green+Blue) = 58+216+62=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD83E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD83E is #C527C1. Grayscale: #979797. Windows color (decimal): -12920770 or 4118586. OLE color: 4118586.

HSL color Cylindrical-coordinate representation of color #3AD83E: hue angle of 121.52º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD83E is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB5821662-
CMYK0.7300.710.15
HSL121.52º66.95%53.73%-
HSV(B)121.52º73.15%84.71%-
XYZ27.1750.3612.85-
YUV151.277.6561.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 216 (84.77% from 255) = 64.29%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=17.26%
G=64.29%
B=18.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal58216620.7300.710.15121.5266.9553.73
Hex3AD83E49047F7a4336
Octal723307611101071717210366
Binary11101011011000111110100100101000111111111110101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,216,62); }

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

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

 a { background-color: rgb(58,216,62); }

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

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

 span { border-color: rgb(58,216,62); }

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