#3BDC43

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

Shades of Lime Green #3BDC43

Tints of Lime Green #3BDC43

Color information

#3BDC43 (or 0x3BDC43) is unknown color: approx Lime Green. HEX triplet: 3B, DC and 43. RGB value is (59,220,67). Sum of RGB (Red+Green+Blue) = 59+220+67=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC43 is #C423BC. Grayscale: #9A9A9A. Windows color (decimal): -12854205 or 4447291. OLE color: 4447291.

HSL color Cylindrical-coordinate representation of color #3BDC43: hue angle of 122.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC43 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB5922067-
CMYK0.7300.700.14
HSL122.98º69.7%54.71%-
HSV(B)122.98º73.18%86.27%-
XYZ28.4152.5213.95-
YUV154.4278.6659.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 220 (86.33% from 255) = 63.58%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=17.05%
G=63.58%
B=19.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59220670.7300.700.14122.9869.754.71
Hex3BDC4349046E7b4637
Octal7333410311101061617310667
Binary111011110111001000011100100101000110111011110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,220,67); }

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

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

 a { background-color: rgb(59,220,67); }

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

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

 span { border-color: rgb(59,220,67); }

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