#3BD946

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

Shades of Lime Green #3BD946

Tints of Lime Green #3BD946

Color information

#3BD946 (or 0x3BD946) is unknown color: approx Lime Green. HEX triplet: 3B, D9 and 46. RGB value is (59,217,70). Sum of RGB (Red+Green+Blue) = 59+217+70=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD946 is #C426B9. Grayscale: #999999. Windows color (decimal): -12854970 or 4643131. OLE color: 4643131.

HSL color Cylindrical-coordinate representation of color #3BD946: hue angle of 124.18º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD946 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB5921770-
CMYK0.7300.680.15
HSL124.18º67.52%54.12%-
HSV(B)124.18º72.81%85.1%-
XYZ27.725114.18-
YUV15381.1560.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 217 (85.16% from 255) = 62.72%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=17.05%
G=62.72%
B=20.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal59217700.7300.680.15124.1867.5254.12
Hex3BD94649044F7c4436
Octal7333110611101041717410466
Binary111011110110011000110100100101000100111111111001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,217,70); }

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

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

 a { background-color: rgb(59,217,70); }

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

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

 span { border-color: rgb(59,217,70); }

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