#3BC446

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

Shades of Lime Green #3BC446

Tints of Lime Green #3BC446

Color information

#3BC446 (or 0x3BC446) is unknown color: approx Lime Green. HEX triplet: 3B, C4 and 46. RGB value is (59,196,70). Sum of RGB (Red+Green+Blue) = 59+196+70=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC446 is #C43BB9. Grayscale: #8D8D8D. Windows color (decimal): -12860346 or 4637755. OLE color: 4637755.

HSL color Cylindrical-coordinate representation of color #3BC446: hue angle of 124.82º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC446 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB5919670-
CMYK0.7000.640.23
HSL124.82º53.73%50%-
HSV(B)124.82º69.9%76.86%-
XYZ22.6540.8512.49-
YUV140.6788.1169.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 196 (76.95% from 255) = 60.31%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=18.15%
G=60.31%
B=21.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal59196700.7000.640.23124.8253.7350
Hex3BC44646040177d3632
Octal733041061060100271756662
Binary111011110001001000110100011001000000101111111101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,196,70); }

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

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

 a { background-color: rgb(59,196,70); }

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

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

 span { border-color: rgb(59,196,70); }

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