#3BBF47

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

Shades of Lime Green #3BBF47

Tints of Lime Green #3BBF47

Color information

#3BBF47 (or 0x3BBF47) is unknown color: approx Lime Green. HEX triplet: 3B, BF and 47. RGB value is (59,191,71). Sum of RGB (Red+Green+Blue) = 59+191+71=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBF47 is #C440B8. Grayscale: #8A8A8A. Windows color (decimal): -12861625 or 4702011. OLE color: 4702011.

HSL color Cylindrical-coordinate representation of color #3BBF47: hue angle of 125.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBF47 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB5919171-
CMYK0.6900.630.25
HSL125.45º52.8%49.02%-
HSV(B)125.45º69.11%74.9%-
XYZ21.5738.6512.28-
YUV137.8590.2771.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 191 (75% from 255) = 59.50%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=18.38%
G=59.50%
B=22.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59191710.6900.630.25125.4552.849.02
Hex3BBF474503F197d3531
Octal73277107105077311756561
Binary11101110111111100011110001010111111110011111101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,191,71); }

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

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

 a { background-color: rgb(59,191,71); }

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

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

 span { border-color: rgb(59,191,71); }

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