#3BDC1A

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

Shades of Lime Green #3BDC1A

Tints of Lime Green #3BDC1A

Color information

#3BDC1A (or 0x3BDC1A) is unknown color: approx Lime Green. HEX triplet: 3B, DC and 1A. RGB value is (59,220,26). Sum of RGB (Red+Green+Blue) = 59+220+26=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC1A is #C423E5. Grayscale: #969696. Windows color (decimal): -12854246 or 1760315. OLE color: 1760315.

HSL color Cylindrical-coordinate representation of color #3BDC1A: hue angle of 109.79º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BDC1A is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB5922026-
CMYK0.7300.880.14
HSL109.79º78.86%48.24%-
HSV(B)109.79º88.18%86.27%-
XYZ27.5852.199.6-
YUV149.7458.1663.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 220 (86.33% from 255) = 72.13%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=19.34%
G=72.13%
B=8.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59220260.7300.880.14109.7978.8648.24
Hex3BDC1A49058E6e4f30
Octal733343211101301615611760
Binary1110111101110011010100100101011000111011011101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,220,26); }

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

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

 a { background-color: rgb(59,220,26); }

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

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

 span { border-color: rgb(59,220,26); }

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