#3BB135

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

Shades of Lime Green #3BB135

Tints of Lime Green #3BB135

Color information

#3BB135 (or 0x3BB135) is unknown color: approx Lime Green. HEX triplet: 3B, B1 and 35. RGB value is (59,177,53). Sum of RGB (Red+Green+Blue) = 59+177+53=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB135 is #C44ECA. Grayscale: #7F7F7F. Windows color (decimal): -12865227 or 3518779. OLE color: 3518779.

HSL color Cylindrical-coordinate representation of color #3BB135: hue angle of 117.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BB135 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB5917753-
CMYK0.6700.700.31
HSL117.1º53.91%45.1%-
HSV(B)117.1º70.06%69.41%-
XYZ18.1732.638.71-
YUV127.5885.9179.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 177 (69.53% from 255) = 61.25%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=20.42%
G=61.25%
B=18.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59177530.6700.700.31117.153.9145.1
Hex3BB135430461F75362d
Octal73261651030106371656655
Binary11101110110001110101100001101000110111111110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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