#3AD11B

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

Shades of Lime Green #3AD11B

Tints of Lime Green #3AD11B

Color information

#3AD11B (or 0x3AD11B) is unknown color: approx Lime Green. HEX triplet: 3A, D1 and 1B. RGB value is (58,209,27). Sum of RGB (Red+Green+Blue) = 58+209+27=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD11B is #C52EE4. Grayscale: #8F8F8F. Windows color (decimal): -12922597 or 1823034. OLE color: 1823034.

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

Color convert

RGB5820927-
CMYK0.7200.870.18
HSL109.78º77.12%46.27%-
HSV(B)109.78º87.08%81.96%-
XYZ24.7446.588.72-
YUV143.162.4767.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 209 (82.03% from 255) = 71.09%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=19.73%
G=71.09%
B=9.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58209270.7200.870.18109.7877.1246.27
Hex3AD11B48057126e4d2e
Octal723213311001272215611556
Binary11101011010001110111001000010101111001011011101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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