#3BE856

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

Shades of Lime Green #3BE856

Tints of Lime Green #3BE856

Color information

#3BE856 (or 0x3BE856) is unknown color: approx Lime Green. HEX triplet: 3B, E8 and 56. RGB value is (59,232,86). Sum of RGB (Red+Green+Blue) = 59+232+86=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE856 is #C417A9. Grayscale: #A4A4A4. Windows color (decimal): -12851114 or 5695547. OLE color: 5695547.

HSL color Cylindrical-coordinate representation of color #3BE856: hue angle of 129.36º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE856 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB5923286-
CMYK0.7500.630.09
HSL129.36º79%57.06%-
HSV(B)129.36º74.57%90.98%-
XYZ32.3459.3118.55-
YUV163.6384.1953.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 232 (91.02% from 255) = 61.54%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=15.65%
G=61.54%
B=22.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal59232860.7500.630.09129.367957.06
Hex3BE8564B03F9814f39
Octal733501261130771120111771
Binary111011111010001010110100101101111111001100000011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,232,86); }

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

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

 a { background-color: rgb(59,232,86); }

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

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

 span { border-color: rgb(59,232,86); }

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