#3bac35

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

Shades of Lime Green #3BAC35

Tints of Lime Green #3BAC35

Color information

#3BAC35 (or 0x3BAC35) is unknown color: approx Lime Green. HEX triplet: 3B, AC and 35. RGB value is (59,172,53). Sum of RGB (Red+Green+Blue) = 59+172+53=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC35 is #C453CA. Grayscale: #7D7D7D. Windows color (decimal): -12866507 or 3517499. OLE color: 3517499.

HSL color Cylindrical-coordinate representation of color #3BAC35: hue angle of 116.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAC35 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5917253-
CMYK0.6600.690.33
HSL116.97º52.89%44.12%-
HSV(B)116.97º69.19%67.45%-
XYZ17.230.698.39-
YUV124.6587.5681.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 172 (67.58% from 255) = 60.56%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=20.77%
G=60.56%
B=18.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59172530.6600.690.33116.9752.8944.12
Hex3BAC35420452175352c
Octal73254651020105411656554
Binary111011101011001101011000010010001011000011110101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bac35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,172,53); }

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

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

 a { background-color: rgb(59,172,53); }

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

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

 span { border-color: rgb(59,172,53); }

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