#3BC34A

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

Shades of Lime Green #3BC34A

Tints of Lime Green #3BC34A

Color information

#3BC34A (or 0x3BC34A) is unknown color: approx Lime Green. HEX triplet: 3B, C3 and 4A. RGB value is (59,195,74). Sum of RGB (Red+Green+Blue) = 59+195+74=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC34A is #C43CB5. Grayscale: #8C8C8C. Windows color (decimal): -12860598 or 4899643. OLE color: 4899643.

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

Color convert

RGB5919574-
CMYK0.7000.620.24
HSL126.62º53.54%49.8%-
HSV(B)126.62º69.74%76.47%-
XYZ22.5540.4513.1-
YUV140.5490.4469.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 195 (76.56% from 255) = 59.45%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=17.99%
G=59.45%
B=22.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59195740.7000.620.24126.6253.5449.8
Hex3BC34A4603E187f3632
Octal73303112106076301776662
Binary11101111000011100101010001100111110110001111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,195,74); }

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

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

 a { background-color: rgb(59,195,74); }

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

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

 span { border-color: rgb(59,195,74); }

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