#3BD346

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

Shades of Lime Green #3BD346

Tints of Lime Green #3BD346

Color information

#3BD346 (or 0x3BD346) is unknown color: approx Lime Green. HEX triplet: 3B, D3 and 46. RGB value is (59,211,70). Sum of RGB (Red+Green+Blue) = 59+211+70=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD346 is #C42CB9. Grayscale: #959595. Windows color (decimal): -12856506 or 4641595. OLE color: 4641595.

HSL color Cylindrical-coordinate representation of color #3BD346: hue angle of 124.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD346 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB5921170-
CMYK0.7200.670.17
HSL124.34º63.33%52.94%-
HSV(B)124.34º72.04%82.75%-
XYZ26.247.9613.67-
YUV149.4883.1463.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.35%
GREEN value IS 211 (82.81% from 255) = 62.06%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=17.35%
G=62.06%
B=20.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59211700.7200.670.17124.3463.3352.94
Hex3BD34648043117c3f35
Octal733231061100103211747765
Binary111011110100111000110100100001000011100011111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,211,70); }

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

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

 a { background-color: rgb(59,211,70); }

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

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

 span { border-color: rgb(59,211,70); }

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