#3BEC4C

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

Shades of Lime Green #3BEC4C

Tints of Lime Green #3BEC4C

Color information

#3BEC4C (or 0x3BEC4C) is unknown color: approx Lime Green. HEX triplet: 3B, EC and 4C. RGB value is (59,236,76). Sum of RGB (Red+Green+Blue) = 59+236+76=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEC4C is #C413B3. Grayscale: #A5A5A5. Windows color (decimal): -12850100 or 5041211. OLE color: 5041211.

HSL color Cylindrical-coordinate representation of color #3BEC4C: hue angle of 125.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEC4C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB5923676-
CMYK0.7500.680.07
HSL125.76º82.33%57.84%-
HSV(B)125.76º75%92.55%-
XYZ33.161.4416.95-
YUV164.8477.8652.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 236 (92.58% from 255) = 63.61%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=15.90%
G=63.61%
B=20.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal59236760.7500.680.07125.7682.3357.84
Hex3BEC4C4B04477e523a
Octal733541141130104717612272
Binary11101111101100100110010010110100010011111111101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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