#3BC14C

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

Shades of Lime Green #3BC14C

Tints of Lime Green #3BC14C

Color information

#3BC14C (or 0x3BC14C) is unknown color: approx Lime Green. HEX triplet: 3B, C1 and 4C. RGB value is (59,193,76). Sum of RGB (Red+Green+Blue) = 59+193+76=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC14C is #C43EB3. Grayscale: #8B8B8B. Windows color (decimal): -12861108 or 5030203. OLE color: 5030203.

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

Color convert

RGB5919376-
CMYK0.6900.610.24
HSL127.61º53.17%49.41%-
HSV(B)127.61º69.43%75.69%-
XYZ22.1839.5913.31-
YUV139.692.1170.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 193 (75.78% from 255) = 58.84%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=17.99%
G=58.84%
B=23.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59193760.6900.610.24127.6153.1749.41
Hex3BC14C4503D18803531
Octal73301114105075302006561
Binary111011110000011001100100010101111011100010000000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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