#3BBC48

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

Shades of Lime Green #3BBC48

Tints of Lime Green #3BBC48

Color information

#3BBC48 (or 0x3BBC48) is unknown color: approx Lime Green. HEX triplet: 3B, BC and 48. RGB value is (59,188,72). Sum of RGB (Red+Green+Blue) = 59+188+72=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC48 is #C443B7. Grayscale: #888888. Windows color (decimal): -12862392 or 4766779. OLE color: 4766779.

HSL color Cylindrical-coordinate representation of color #3BBC48: hue angle of 126.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC48 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB5918872-
CMYK0.6900.620.26
HSL126.05º52.23%48.43%-
HSV(B)126.05º68.62%73.73%-
XYZ20.9637.3612.24-
YUV136.291.7672.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 188 (73.83% from 255) = 58.93%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=18.50%
G=58.93%
B=22.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59188720.6900.620.26126.0552.2348.43
Hex3BBC484503E1A7e3430
Octal73274110105076321766460
Binary11101110111100100100010001010111110110101111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,188,72); }

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

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

 a { background-color: rgb(59,188,72); }

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

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

 span { border-color: rgb(59,188,72); }

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