#3bde41

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

Shades of Lime Green #3BDE41

Tints of Lime Green #3BDE41

Color information

#3BDE41 (or 0x3BDE41) is unknown color: approx Lime Green. HEX triplet: 3B, DE and 41. RGB value is (59,222,65). Sum of RGB (Red+Green+Blue) = 59+222+65=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 222 (87.11% from 255 or 64.16% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE41 is #C421BE. Grayscale: #9B9B9B. Windows color (decimal): -12853695 or 4316731. OLE color: 4316731.

HSL color Cylindrical-coordinate representation of color #3BDE41: hue angle of 122.21º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDE41 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB5922265-
CMYK0.7300.710.13
HSL122.21º71.18%55.1%-
HSV(B)122.21º73.42%87.06%-
XYZ28.8853.5513.82-
YUV155.367759.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 222 (87.11% from 255) = 64.16%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=17.05%
G=64.16%
B=18.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59222650.7300.710.13122.2171.1855.1
Hex3BDE4149047D7a4737
Octal7333610111101071517210767
Binary111011110111101000001100100101000111110111110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bde41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,222,65); }

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

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

 a { background-color: rgb(59,222,65); }

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

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

 span { border-color: rgb(59,222,65); }

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