#3BC13E

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

Shades of Lime Green #3BC13E

Tints of Lime Green #3BC13E

Color information

#3BC13E (or 0x3BC13E) is unknown color: approx Lime Green. HEX triplet: 3B, C1 and 3E. RGB value is (59,193,62). Sum of RGB (Red+Green+Blue) = 59+193+62=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC13E is #C43EC1. Grayscale: #8A8A8A. Windows color (decimal): -12861122 or 4112699. OLE color: 4112699.

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

Color convert

RGB5919362-
CMYK0.6900.680.24
HSL121.34º53.17%49.41%-
HSV(B)121.34º69.43%75.69%-
XYZ21.7439.4211.02-
YUV13885.1171.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=18.79%
G=61.46%
B=19.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59193620.6900.680.24121.3453.1749.41
Hex3BC13E4504418793531
Octal73301761050104301716561
Binary11101111000001111110100010101000100110001111001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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