#3BAE2E

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

Shades of Lime Green #3BAE2E

Tints of Lime Green #3BAE2E

Color information

#3BAE2E (or 0x3BAE2E) is unknown color: approx Lime Green. HEX triplet: 3B, AE and 2E. RGB value is (59,174,46). Sum of RGB (Red+Green+Blue) = 59+174+46=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 174 (68.36% from 255 or 62.37% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE2E is #C451D1. Grayscale: #7D7D7D. Windows color (decimal): -12866002 or 3059259. OLE color: 3059259.

HSL color Cylindrical-coordinate representation of color #3BAE2E: hue angle of 113.91º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BAE2E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB5917446-
CMYK0.6600.740.32
HSL113.91º58.18%43.14%-
HSV(B)113.91º73.56%68.24%-
XYZ17.4331.47.73-
YUV125.0283.480.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 174 (68.36% from 255) = 62.37%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=21.15%
G=62.37%
B=16.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59174460.6600.740.32113.9158.1843.14
Hex3BAE2E4204A20723a2b
Octal73256561020112401627253
Binary111011101011101011101000010010010101000001110010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,46); }

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

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

 a { background-color: rgb(59,174,46); }

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

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

 span { border-color: rgb(59,174,46); }

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