#3BD82A

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

Shades of Lime Green #3BD82A

Tints of Lime Green #3BD82A

Color information

#3BD82A (or 0x3BD82A) is unknown color: approx Lime Green. HEX triplet: 3B, D8 and 2A. RGB value is (59,216,42). Sum of RGB (Red+Green+Blue) = 59+216+42=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD82A is #C427D5. Grayscale: #959595. Windows color (decimal): -12855254 or 2807867. OLE color: 2807867.

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

Color convert

RGB5921642-
CMYK0.7300.810.15
HSL114.14º69.05%50.59%-
HSV(B)114.14º80.56%84.71%-
XYZ26.7850.2110.47-
YUV149.2267.4963.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 216 (84.77% from 255) = 68.14%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=18.61%
G=68.14%
B=13.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal59216420.7300.810.15114.1469.0550.59
Hex3BD82A49051F724533
Octal733305211101211716210563
Binary11101111011000101010100100101010001111111100101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,216,42); }

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

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

 a { background-color: rgb(59,216,42); }

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

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

 span { border-color: rgb(59,216,42); }

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