#3BD345

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

Shades of Lime Green #3BD345

Tints of Lime Green #3BD345

Color information

#3BD345 (or 0x3BD345) is unknown color: approx Lime Green. HEX triplet: 3B, D3 and 45. RGB value is (59,211,69). Sum of RGB (Red+Green+Blue) = 59+211+69=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 211 (82.81% from 255 or 62.24% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD345 is #C42CBA. Grayscale: #959595. Windows color (decimal): -12856507 or 4576059. OLE color: 4576059.

HSL color Cylindrical-coordinate representation of color #3BD345: hue angle of 123.95º 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 #3BD345 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB5921169-
CMYK0.7200.670.17
HSL123.95º63.33%52.94%-
HSV(B)123.95º72.04%82.75%-
XYZ26.1747.9513.51-
YUV149.3682.6463.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.40%
GREEN value IS 211 (82.81% from 255) = 62.24%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=17.40%
G=62.24%
B=20.35%

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
Decimal59211690.7200.670.17123.9563.3352.94
Hex3BD34548043117c3f35
Octal733231051100103211747765
Binary111011110100111000101100100001000011100011111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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