#3BB728

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

Shades of Lime Green #3BB728

Tints of Lime Green #3BB728

Color information

#3BB728 (or 0x3BB728) is unknown color: approx Lime Green. HEX triplet: 3B, B7 and 28. RGB value is (59,183,40). Sum of RGB (Red+Green+Blue) = 59+183+40=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 183 (71.88% from 255 or 64.89% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 183 - color contains mainly: green. Hex color #3BB728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB728 is #C448D7. Grayscale: #828282. Windows color (decimal): -12863704 or 2668347. OLE color: 2668347.

HSL color Cylindrical-coordinate representation of color #3BB728: hue angle of 112.03º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BB728 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB5918340-
CMYK0.6800.780.28
HSL112.03º64.13%43.73%-
HSV(B)112.03º78.14%71.76%-
XYZ19.1234.957.75-
YUV129.6277.4277.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 183 (71.88% from 255) = 64.89%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=20.92%
G=64.89%
B=14.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal59183400.6800.780.28112.0364.1343.73
Hex3BB7284404E1C70402c
Octal732675010401163416010054
Binary111011101101111010001000100010011101110011100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,183,40); }

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

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

 a { background-color: rgb(59,183,40); }

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

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

 span { border-color: rgb(59,183,40); }

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