#3ABA46

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

Shades of Lime Green #3ABA46

Tints of Lime Green #3ABA46

Color information

#3ABA46 (or 0x3ABA46) is unknown color: approx Lime Green. HEX triplet: 3A, BA and 46. RGB value is (58,186,70). Sum of RGB (Red+Green+Blue) = 58+186+70=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA46 is #C545B9. Grayscale: #868686. Windows color (decimal): -12928442 or 4635194. OLE color: 4635194.

HSL color Cylindrical-coordinate representation of color #3ABA46: hue angle of 125.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABA46 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB5818670-
CMYK0.6900.620.27
HSL125.62º52.46%47.84%-
HSV(B)125.62º68.82%72.94%-
XYZ20.4136.4611.76-
YUV134.591.5973.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 186 (73.05% from 255) = 59.24%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=18.47%
G=59.24%
B=22.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58186700.6900.620.27125.6252.4647.84
Hex3ABA464503E1B7e3430
Octal72272106105076331766460
Binary11101010111010100011010001010111110110111111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,186,70); }

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

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

 a { background-color: rgb(58,186,70); }

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

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

 span { border-color: rgb(58,186,70); }

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