#3ABA3E

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

Shades of Lime Green #3ABA3E

Tints of Lime Green #3ABA3E

Color information

#3ABA3E (or 0x3ABA3E) is unknown color: approx Lime Green. HEX triplet: 3A, BA and 3E. RGB value is (58,186,62). Sum of RGB (Red+Green+Blue) = 58+186+62=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA3E is #C545C1. Grayscale: #858585. Windows color (decimal): -12928450 or 4110906. OLE color: 4110906.

HSL color Cylindrical-coordinate representation of color #3ABA3E: hue angle of 121.88º 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 #3ABA3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB5818662-
CMYK0.6900.670.27
HSL121.88º52.46%47.84%-
HSV(B)121.88º68.82%72.94%-
XYZ20.1736.3710.51-
YUV133.5987.5974.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 186 (73.05% from 255) = 60.78%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=18.95%
G=60.78%
B=20.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58186620.6900.670.27121.8852.4647.84
Hex3ABA3E450431B7a3430
Octal72272761050103331726460
Binary11101010111010111110100010101000011110111111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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