#3BC049

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

Shades of Lime Green #3BC049

Tints of Lime Green #3BC049

Color information

#3BC049 (or 0x3BC049) is unknown color: approx Lime Green. HEX triplet: 3B, C0 and 49. RGB value is (59,192,73). Sum of RGB (Red+Green+Blue) = 59+192+73=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC049 is #C43FB6. Grayscale: #8B8B8B. Windows color (decimal): -12861367 or 4833339. OLE color: 4833339.

HSL color Cylindrical-coordinate representation of color #3BC049: hue angle of 126.32º 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 #3BC049 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB5919273-
CMYK0.6900.620.25
HSL126.32º52.99%49.22%-
HSV(B)126.32º69.27%75.29%-
XYZ21.8639.1112.7-
YUV138.6790.9471.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 192 (75.39% from 255) = 59.26%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=18.21%
G=59.26%
B=22.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59192730.6900.620.25126.3252.9949.22
Hex3BC0494503E197e3531
Octal73300111105076311766561
Binary11101111000000100100110001010111110110011111110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,192,73); }

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

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

 a { background-color: rgb(59,192,73); }

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

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

 span { border-color: rgb(59,192,73); }

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