#3BC134

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

Shades of Lime Green #3BC134

Tints of Lime Green #3BC134

Color information

#3BC134 (or 0x3BC134) is unknown color: approx Lime Green. HEX triplet: 3B, C1 and 34. RGB value is (59,193,52). Sum of RGB (Red+Green+Blue) = 59+193+52=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC134 is #C43ECB. Grayscale: #898989. Windows color (decimal): -12861132 or 3457339. OLE color: 3457339.

HSL color Cylindrical-coordinate representation of color #3BC134: hue angle of 117.02º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC134 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB5919352-
CMYK0.6900.730.24
HSL117.02º57.55%48.04%-
HSV(B)117.02º73.06%75.69%-
XYZ21.4939.329.71-
YUV136.8680.1172.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 193 (75.78% from 255) = 63.49%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=19.41%
G=63.49%
B=17.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59193520.6900.730.24117.0257.5548.04
Hex3BC1344504918753a30
Octal73301641050111301657260
Binary11101111000001110100100010101001001110001110101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,52); }

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

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

 a { background-color: rgb(59,193,52); }

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

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

 span { border-color: rgb(59,193,52); }

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